There is a menu "Take a bug report" in developer option in Settings, and I am wondering whether there is a way to trigger the bug report in my app, here is what I found:
in code:
SystemProperties.set("ctl.start", "bugreport");
via adb:
adb shell setprop ctl.start bugreport
Subscribe to:
Post Comments (Atom)
Enable HP Zbook Thunderbolt 3 Dock on Ubuntu
As mention in previously post, I installed Ubuntu on my HP ZBook. After two days used all things work just fine, but the Thunderbolt 3 Dock ...
-
As mention in previously post, I installed Ubuntu on my HP ZBook. After two days used all things work just fine, but the Thunderbolt 3 Dock ...
-
To create a button in Android app like this: The layout XML: <Button android:layout_width="match_parent" andro...
-
Simple use View:performHapticFeedback() to play a vibration: View view = findViewById (...) view . performHapticFeedback ( HapticFeedba...
No comments:
Post a Comment