Skip to main content

Questions tagged [dumpsys]

The dumpsys is a tool that runs on the device and dumps interesting information about the status of system services.

1 vote
1 answer
46 views

unable to resolve timestamp in android framestats data

does anyone has any idea about framestats https://developer.android.com/tools/dumpsys#ui Question - While running framestats command I am getting some wierd timestamps Example Flags,IntendedVsync,...
Sarthak Agarwal's user avatar
0 votes
0 answers
58 views

Android Dumpsys - How to obtain power on/off data from a year ago

Is it possible to run a command in adb shell, dumpsys perhaps that will show the power on off dates and times from a year ago ? I have run dumpsys and it has created a huge file with loads, 100's of ...
Phil 's user avatar
0 votes
0 answers
180 views

adb shell dumpsys diskstats show uninstalled packages

Parsing adb shell dumpsys diskstats show some packages that does not seems to be installed. For example, I find find.out.hidden.objects.seek.puzzle.games.free: find.out.hidden.objects.seek.puzzle....
Narann's user avatar
  • 868
0 votes
0 answers
42 views

What does setApplicationHiddenSettingAsUser mean?

I did a system dump on my Galaxy A12 and in my recovered _pm_bug_info.txt file this seems to be a common theme. Can anyone tell me what exactly this means? I’ve tried googling the answer to this but ...
Boba Fetti's user avatar
0 votes
1 answer
75 views

Android: How to interpret pwi (Power Use Item) from battery stats dumpsys

I am currently trying to understand the output of my batterystats after following the instructions listed here by Google: https://developer.android.com/studio/command-line/dumpsys#inspect_machine-...
Belphegor's user avatar
  • 1,793
1 vote
1 answer
175 views

How to dump DozeParameters of systemUI by adb command?

The dump function is implemented here: https://cs.android.com/android/platform/superproject/+/master:frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeParameters.java;l=...
progquester's user avatar
  • 1,550
0 votes
1 answer
1k views

i am getting this error when i typing this command

C:\Users\hp>adb shell dumpsys window | find "mCurrentFocus" 'find' is not recognized as an internal or external command, operable program or batch file. C:\Users\hp>adb shell dumpsys ...
Nitish babu's user avatar
-1 votes
1 answer
277 views

Is it possible to get value for current battery level via ADB shell command?

With the below adb command I am able to get current battery level(as shown in image. adb shell dumpsys battery | findstr /r /c:level I am getting response as level: 12 Is there any way to get only ...
Shoaib Akhtar's user avatar
0 votes
2 answers
2k views

Is it possible to fetch current battery level via ADB shell command?

Suppose If change the battery level to any desired value(say from current 50 to 20) adb shell dumpsys battery set level 20 Now I want adb command to fetch the current battery level(ie 20). With the ...
Shoaib Akhtar's user avatar
0 votes
0 answers
546 views

How to provide separate network name spaces for android applications in android 7.0 AOSP?

I am working on a rooted AOSP based Android product which is based on Android 7.0. This embedded device has a number of wireless networks (5 to be specific) of different generations (3G, LTE 4G, 5G,......
EmbeddedDeveloper's user avatar
0 votes
1 answer
131 views

What is the definition of type A and type B Android services?

While inspecting the Total PSS usage by OOM adjustment via dumpsys meminfo oom I came across the categories "A Services" and "B Services". Do you know what is the exact meaning of ...
Jordan's user avatar
  • 1,555
0 votes
1 answer
328 views

How to get the full name of fragments using "adb shell dumpsys activity"

For a testing purpose, I use adb shell dumpsys activity <activity_name> to dump the information of the fragments in the foreground activity. The problem is that the dumped fragment name only ...
Richard Hu's user avatar
0 votes
0 answers
22 views

How to understand the view hierarchy dumped by "adb shell dumpsys activity"? [duplicate]

I use adb shell dumpsys activity <package_name>/<activityName> to dump the view hierarchy of the activity. In the output, there is a section called View Hierarchy: and I can see the ...
Richard Hu's user avatar
3 votes
1 answer
643 views

Excluding dump_syms folder from android bundle (.aab)

I have created an Android release bundle. When I did size analysis I can dump_syms folder which takes around 7MB of size. How can I exclude that when I prepare the final release bundle?
nilkash's user avatar
  • 7,528
1 vote
1 answer
3k views

How to understand the output of "adb shell dumpsys activity activities"

I implemented an automated testing tool to test my Android app. I need to frequently check the back stack of activities. So I use the following command to show it: adb shell dumpsys activity ...
Richard Hu's user avatar

15 30 50 per page
1
2 3 4 5 6