vault backup: 2024-07-30 10:24:14

This commit is contained in:
2024-07-30 10:24:14 +08:00
parent e71b9964d9
commit ab69f49005

View File

@@ -64,4 +64,10 @@ adb reverse tcp:8081 tcp:8080
* [adb命令-adb reverse的研究-有解無憂](https://www.uj5u.com/qita/277742.html)
## Logcat
- Enlarge logcat buffer to 16M: `adb logcat -G 16M`
- Enlarge logcat buffer to 16M: `adb logcat -G 16M`
## Get foreground activity
#android #foreground #activity
```
adb shell "dumpsys activity activities | grep ResumedActivity"
```