https://github.com/empyreal96/wp-logging-tools
A simple tool to enable types of logging and debugging in Windows 10 Mobile devices
https://github.com/empyreal96/wp-logging-tools
debugging logging uwp-app w10m windows-10-mobile windows-mobile
Last synced: 4 months ago
JSON representation
A simple tool to enable types of logging and debugging in Windows 10 Mobile devices
- Host: GitHub
- URL: https://github.com/empyreal96/wp-logging-tools
- Owner: Empyreal96
- Created: 2023-01-05T00:57:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T01:34:22.000Z (over 3 years ago)
- Last Synced: 2025-09-04T02:53:41.600Z (10 months ago)
- Topics: debugging, logging, uwp-app, w10m, windows-10-mobile, windows-mobile
- Language: C#
- Homepage:
- Size: 1.41 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Windows Logging Tools for Windows 10 Mobile devices
This tool allows you to enable and view logs and debugging features for a few different aspects of Windows 10 Mobile
## What's New?
*Note this is just an update to update this repo with my offline repo, an "experimental" build has been released for those curious*
- Modify Kernel Debugging over USB settings
- Enable Windows Crash Dumps page (Not fully implimented yet, I believe it needs some extra values to be set)
- Invoke BSOD to test crash dumps (User needs to copy required files to phone storage, see InvokeBSOD-info.txt)
- Device Status page for basic dev info (WIP)
## Types of logging available?
- Windows Boot Logging (What drivers and files are loaded on startup)
- On-screen UEFI Charging log
- Image Update logs (i.e Windows Update)
- Enabling app crash dumps
- Enable Kernel Debugging over USB
- Device Status/Info
## Requirements:
- Interop Unlocked
- CMD access
- Windows 10 build 10240 - 15254
This is currently WIP so UI and features may change before release
### Credit:
- [Bashar Astifan](https://github.com/basharast) with help testing
- NDTKLib creator (gus33000 ?) for the NDTK library
- [Native Access Library](https://forum.xda-developers.com/t/libraries-source-wp8-native-access-project.2393243/) for the Registry lib by GoodDayToDie
- [Fadil Fadz](https://github.com/fadilfadz01) for CMD Injector
- [peewpw](https://github.com/peewpw/Invoke-BSOD) for the Invoke-BSOD code