0% found this document useful (0 votes)
35 views3 pages

Restaurant

The document details the results of using the dumpsys command to search various dropbox logs on an Android system for crashes, native crashes, watchdog crashes, and ANRs (application not responding issues). Several dropbox logs were checked for each issue type across both system and data apps. Only one entry was found, which was a data app crash in the Spotify music app due to a null pointer exception.

Uploaded by

Robeet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views3 pages

Restaurant

The document details the results of using the dumpsys command to search various dropbox logs on an Android system for crashes, native crashes, watchdog crashes, and ANRs (application not responding issues). Several dropbox logs were checked for each issue type across both system and data apps. Only one entry was found, which was a data app crash in the Spotify music app due to a null pointer exception.

Uploaded by

Robeet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

------ DROPBOX SYSTEM SERVER NATIVE CRASHES (/system/bin/dumpsys -T 1000 dropbox -p

system_server_native_crash) ------
Drop box contents: 1000 entries
Max entries: 1000
Low priority rate limit period: 2000 ms
Low priority tags: {data_app_wtf, keymaster, system_server_wtf,
system_app_strictmode, system_app_wtf, system_server_strictmode,
data_app_strictmode, netstats}
Searching for: system_server_native_crash

(No entries found.)


------ 0.060s was the duration of 'DROPBOX SYSTEM SERVER NATIVE CRASHES' ------
------ DROPBOX SYSTEM SERVER CRASHES (/system/bin/dumpsys -T 1000 dropbox -p
system_server_crash) ------
Drop box contents: 1000 entries
Max entries: 1000
Low priority rate limit period: 2000 ms
Low priority tags: {data_app_wtf, keymaster, system_server_wtf,
system_app_strictmode, system_app_wtf, system_server_strictmode,
data_app_strictmode, netstats}
Searching for: system_server_crash

(No entries found.)


------ 0.041s was the duration of 'DROPBOX SYSTEM SERVER CRASHES' ------
------ DROPBOX SYSTEM WATCHDOG CRASHES (/system/bin/dumpsys -T 1000 dropbox -p
system_server_watchdog) ------
Drop box contents: 1000 entries
Max entries: 1000
Low priority rate limit period: 2000 ms
Low priority tags: {data_app_wtf, keymaster, system_server_wtf,
system_app_strictmode, system_app_wtf, system_server_strictmode,
data_app_strictmode, netstats}
Searching for: system_server_watchdog

(No entries found.)


------ 0.060s was the duration of 'DROPBOX SYSTEM WATCHDOG CRASHES' ------
------ DROPBOX SYSTEM SERVER ANR (/system/bin/dumpsys -T 1000 dropbox -p
system_server_anr) ------
Drop box contents: 1000 entries
Max entries: 1000
Low priority rate limit period: 2000 ms
Low priority tags: {data_app_wtf, keymaster, system_server_wtf,
system_app_strictmode, system_app_wtf, system_server_strictmode,
data_app_strictmode, netstats}
Searching for: system_server_anr

(No entries found.)


------ 0.057s was the duration of 'DROPBOX SYSTEM SERVER ANR' ------
------ DROPBOX SYSTEM APP CRASHES (/system/bin/dumpsys -T 1000 dropbox -p
system_app_crash) ------
Drop box contents: 1000 entries
Max entries: 1000
Low priority rate limit period: 2000 ms
Low priority tags: {data_app_wtf, keymaster, system_server_wtf,
system_app_strictmode, system_app_wtf, system_server_strictmode,
data_app_strictmode, netstats}
Searching for: system_app_crash

(No entries found.)


------ 0.051s was the duration of 'DROPBOX SYSTEM APP CRASHES' ------
------ DROPBOX SYSTEM APP NATIVE CRASHES (/system/bin/dumpsys -T 1000 dropbox -p
system_app_native_crash) ------
Drop box contents: 1000 entries
Max entries: 1000
Low priority rate limit period: 2000 ms
Low priority tags: {data_app_wtf, keymaster, system_server_wtf,
system_app_strictmode, system_app_wtf, system_server_strictmode,
data_app_strictmode, netstats}
Searching for: system_app_native_crash

(No entries found.)


------ 0.050s was the duration of 'DROPBOX SYSTEM APP NATIVE CRASHES' ------
------ DROPBOX SYSTEM APP ANR (/system/bin/dumpsys -T 1000 dropbox -p
system_app_anr) ------
Drop box contents: 1000 entries
Max entries: 1000
Low priority rate limit period: 2000 ms
Low priority tags: {data_app_wtf, keymaster, system_server_wtf,
system_app_strictmode, system_app_wtf, system_server_strictmode,
data_app_strictmode, netstats}
Searching for: system_app_anr

(No entries found.)


------ 0.046s was the duration of 'DROPBOX SYSTEM APP ANR' ------
------ DROPBOX DATA APP NATIVE CRASHES (/system/bin/dumpsys -T 1000 dropbox -p
data_app_native_crash) ------
Drop box contents: 1000 entries
Max entries: 1000
Low priority rate limit period: 2000 ms
Low priority tags: {data_app_wtf, keymaster, system_server_wtf,
system_app_strictmode, system_app_wtf, system_server_strictmode,
data_app_strictmode, netstats}
Searching for: data_app_native_crash

(No entries found.)


------ 0.037s was the duration of 'DROPBOX DATA APP NATIVE CRASHES' ------
------ DROPBOX DATA APP CRASHES (/system/bin/dumpsys -T 1000 dropbox -p
data_app_crash) ------
Drop box contents: 1000 entries
Max entries: 1000
Low priority rate limit period: 2000 ms
Low priority tags: {data_app_wtf, keymaster, system_server_wtf,
system_app_strictmode, system_app_wtf, system_server_strictmode,
data_app_strictmode, netstats}
Searching for: data_app_crash

========================================
2023-03-22 23:19:55 data_app_crash (text, 1353 bytes)
Process: com.spotify.music
PID: 16446
UID: 10820
Flags: 0x30d83e44
Package: com.spotify.music v85467771 (8.7.20.1261)
Foreground: Yes
Process-Runtime: 210939404
Build: samsung/a71naeea/a71:12/SP1A.210812.016/A715FXXU8CVI3:user/release-keys
Loading-Progress: 1.0
java.lang.NullPointerException: The mapper function returned a null value.
at java.util.Objects.requireNonNull(Objects.java:245)
at p.bch.onSuccess(Unknown Source:207)
at p.kjk.onComplete(SourceFile:6)
at p.rl2.onComplete(SourceFile:3)
at p.ekk.onComplete(SourceFile:2)
at p.se.run(SourceFile:107)
at p.jrf.onComplete(SourceFile:3)
at p.dpk.b(SourceFile:13)
at p.cpk.onComplete(SourceFile:3)
at p.ekk.onComplete(SourceFile:2)
at
com.spotify.cosmos.servicebasedrouter.RxResolverImpl.lambda$performRequest$3(Unknow
n Source:18)
at com.spotify.cosmos.servicebasedrouter.RxResolverImpl.f(Unknown Source:0)
at p.ozp.accept(SourceFile:96)
at
com.spotify.cosmos.routercallback.ResolverCallbackReceiver$Companion$forAny$1.onRes
olved(Unknown Source:3)
at
com.spotify.cosmos.routercallback.ResolverCallbackReceiver.sendOnResolved(Unknown
Source:31)
at
com.spotify.cosmos.servicebasedrouter.RemoteNativeRouter$SubscriptionResolveCallbac
k.onResolved(Unknown Source:28)
at
com.spotify.cosmos.servicebasedrouter.RemoteNativeRouter$WeakResolveCallbackWrapper
.onResolved(Unknown Source:26)

------ 0.053s was the duration of 'DROPBOX DATA APP CRASHES' ------
------ DROPBOX DATA APP ANR (/system/bin/dumpsys -T 1000 dropbox -p data_app_anr)
------
Drop box contents: 1000 entries
Max entries: 1000
Low priority rate limit period: 2000 ms
Low priority tags: {data_app_wtf, keymaster, system_server_wtf,
system_app_strictmode, system_app_wtf, system_server_strictmode,
data_app_strictmode, netstats}
Searching for: data_app_anr

(No entries found.)


------ 0.089s was the duration of 'DROPBOX DATA APP ANR' ------

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy