mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-24 02:15:46 +03:00
Add script to dumpsys work manager data
This commit is contained in:
parent
147766176c
commit
5008524635
2 changed files with 6 additions and 0 deletions
3
tools/workmanager/dumpsys_debug.sh
Executable file
3
tools/workmanager/dumpsys_debug.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
adb shell dumpsys jobscheduler im.vector.riotx.debug
|
3
tools/workmanager/dumpsys_release.sh
Executable file
3
tools/workmanager/dumpsys_release.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
adb shell dumpsys jobscheduler im.vector.riotx
|
Loading…
Reference in a new issue