0% found this document useful (0 votes)
110 views4 pages

Log

This log file contains output from an Android application and includes error messages, sensor registration and unregistration events, and other debugging information. Specifically, it reports: 1) Several error messages related to timeouts, URL parsing failures, and sensor listener issues. 2) Details of the application registering and unregistering listeners for accelerometer and gyroscope sensors. 3) Information about thread scheduling, I/O waits, and memory usage. 4) Impression events being logged for mobile ad campaigns. The log captures low-level debugging information from the running application and underlying Android system over a period of time. It indicates issues with timeouts, URLs, sensors and ad impressions alongside normal app and system operations.

Uploaded by

Izat raafi
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)
110 views4 pages

Log

This log file contains output from an Android application and includes error messages, sensor registration and unregistration events, and other debugging information. Specifically, it reports: 1) Several error messages related to timeouts, URL parsing failures, and sensor listener issues. 2) Details of the application registering and unregistering listeners for accelerometer and gyroscope sensors. 3) Information about thread scheduling, I/O waits, and memory usage. 4) Impression events being logged for mobile ad campaigns. The log captures low-level debugging information from the running application and underlying Android system over a period of time. It indicates issues with timeouts, URLs, sensors and ad impressions alongside normal app and system operations.

Uploaded by

Izat raafi
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/ 4

02-19 17:36:31.035 11563 17615 E Ads : Error waiting for future.

02-19 17:36:31.035 11563 17615 E Ads : java.util.concurrent.TimeoutException


02-19 17:36:31.035 11563 17615 E Ads : at
java.util.concurrent.FutureTask.get(FutureTask.java:206)
02-19 17:36:31.035 11563 17615 E Ads : at
com.google.android.gms.ads.nonagon.signals.gmscore.ad.call(:com.google.android.gms@
[email protected] (150406-505809224):5)
02-19 17:36:31.035 11563 17615 E Ads : at
ctqo.a(:com.google.android.gms@[email protected] (150406-505809224):0)
02-19 17:36:31.035 11563 17615 E Ads : at
ctpo.run(:com.google.android.gms@[email protected] (150406-505809224):3)
02-19 17:36:31.035 11563 17615 E Ads : at
ctqp.run(:com.google.android.gms@[email protected] (150406-505809224):0)
02-19 17:36:31.035 11563 17615 E Ads : at
aaje.c(:com.google.android.gms@[email protected] (150406-505809224):6)
02-19 17:36:31.035 11563 17615 E Ads : at
aaje.run(:com.google.android.gms@[email protected] (150406-505809224):7)
02-19 17:36:31.035 11563 17615 E Ads : at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
02-19 17:36:31.035 11563 17615 E Ads : at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
02-19 17:36:31.035 11563 17615 E Ads : at
aaok.run(:com.google.android.gms@[email protected] (150406-505809224):0)
02-19 17:36:31.035 11563 17615 E Ads : at
java.lang.Thread.run(Thread.java:923)
02-19 17:54:04.127 7615 7615 E h.sweet.cleane: Not starting debugger since
process cannot load the jdwp agent.
02-19 17:54:06.477 467 467 E SELinux : avc: denied { find } for pid=7615
uid=10008 name=batteryinfo scontext=u:r:untrusted_app:s0:c8,c256,c512,c768
tcontext=u:object_r:default_android_service:s0 tclass=service_manager permissive=0
02-19 17:54:07.836 7615 7615 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:20000 maxLatency:0 by: class
com.speedy.clean.app.ui.boost.l num: 0
02-19 17:54:19.602 7615 7893 E _V_SensorManager: unregisterListenerImpl
listener=com.applovin.impl.sdk.utils.n@33a8ff6sensor=NULL num: 0
02-19 17:57:44.826 7615 7615 E _V_SensorManager: unregisterListenerImpl
listener=com.applovin.impl.sdk.utils.n@33a8ff6sensor=NULL num: 0
02-19 17:58:42.809 612 10748 E QCamera : <MCI><ERROR> mm_stream_read_msm_frame:
1766: VIVO VIDIOC_DQBUF buf_index 1, frame_idx 25, stream type 3, rc 0,queued: 4,
buf_type = 0 flags = 8192 FD = 85 my_num 0 buf fd 191,tv_sec -
1282045177615112584,tv_nsec 17179877376
02-19 18:04:11.583 7615 8048 D Linux : [Posix_connect Debug]Process
com.speedy.smooth.sweet.cleaner :443
02-19 18:24:43.006 7615 7615 E _V_SensorManager: unregisterListenerImpl
listener=com.applovin.impl.sdk.utils.n@33a8ff6sensor=NULL num: 0
02-19 18:24:43.185 7615 32194 E Volley : [66282] NetworkDispatcher.run: Unhandled
exception java.lang.RuntimeException: Bad URL
httpsbidder.tradplusad.com/api/v1/headbidding
02-19 18:24:43.185 7615 32194 E Volley : java.lang.RuntimeException: Bad URL
httpsbidder.tradplusad.com/api/v1/headbidding
02-19 18:24:43.185 7615 32194 E Volley : at
com.tradplus.ads.volley.toolbox.BasicNetwork.performRequest(Unknown Source:403)
02-19 18:24:43.185 7615 32194 E Volley : at
com.tradplus.ads.volley.NetworkDispatcher.run(Unknown Source:49)
02-19 18:24:43.185 7615 32194 E Volley : Caused by:
java.net.MalformedURLException: no protocol:
httpsbidder.tradplusad.com/api/v1/headbidding
02-19 18:24:43.185 7615 32194 E Volley : at
java.net.URL.<init>(URL.java:601)
02-19 18:24:43.185 7615 32194 E Volley : at
java.net.URL.<init>(URL.java:498)
02-19 18:24:43.185 7615 32194 E Volley : at
java.net.URL.<init>(URL.java:447)
02-19 18:24:43.185 7615 32194 E Volley : at
com.tradplus.ads.volley.toolbox.HurlStack.performRequest(Unknown Source:49)
02-19 18:24:43.185 7615 32194 E Volley : at
com.tradplus.ads.network.RequestQueueHttpStack.performRequest(Unknown Source:7)
02-19 18:24:43.185 7615 32194 E Volley : at
com.tradplus.ads.volley.toolbox.BasicNetwork.performRequest(Unknown Source:63)
02-19 18:24:43.185 7615 32194 E Volley : ... 1 more
02-19 18:24:43.507 7615 32228 E ActivityThread: Failed to find provider info for
com.xiaomi.market.provider.DirectMailProvider
02-19 18:24:44.384 7615 8034 E METASEC : MSHttpInterceptorImpl:Bind fail
02-19 18:24:44.842 7615 32304 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:200000 maxLatency:0 by: class
ms.bd.o.Pgl.m0 num: 0
02-19 18:24:45.851 7615 32304 E _V_SensorManager: unregisterListenerImpl
listener=ms.bd.o.Pgl.m0@f6996ccsensor=NULL num: 1
02-19 18:24:47.306 7615 32286 E ignored : java.lang.NullPointerException: Attempt
to invoke virtual method 'java.lang.Object
android.content.Context.getSystemService(java.lang.String)' on a null object
reference
02-19 18:24:58.723 7615 32185 E TradPlus: Response is Failed,error:null
02-19 18:25:05.398 2757 2941 E _V_SchedWaitSched:
SchedWaitDataItem{extype=2029,func=start_this_handle,group=g0,uid=10008,abi=64,thre
adName=h.sweet.cleaner,threadId=7615,cmdline=com.speedy.smooth.sweet.cleaner,pid=76
15,cost=208470,mode=UNISLEEP_SORN,percent=20,period=1196975,free_segs=0,prefree_cou
nt=0,dirty_count=0,undiscard_blks=0,addr=0x3f0/0x650,level=2,screen_status=true,oti
me=1676802305366,createTime=152913246,times=1}
02-19 18:25:05.912 2757 2941 E _V_SchedWaitIo:
SchedWaitDataItem{extype=2028,func=__lock_page_killable,group=g0,uid=10008,abi=64,t
hreadName=h.sweet.cleaner,threadId=7615,cmdline=com.speedy.smooth.sweet.cleaner,pid
=7615,cost=401926,mode=IOWAIT_SORN,percent=52,period=958357,free_segs=0,prefree_cou
nt=0,dirty_count=0,undiscard_blks=0,addr=0x194/0x230,level=2,screen_status=true,oti
me=1676802305910,createTime=152913790,times=1}
02-19 18:25:10.522 7615 7884 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:200000 maxLatency:0 by: class
com.facebook.ads.redexgen.X.96 num: 0
02-19 18:25:10.551 7615 7884 E _V_SensorManager: registerListenerImpl type:4
strType=android.sensor.gyroscope delay:200000 maxLatency:0 by: class
com.facebook.ads.redexgen.X.97 num: 1
02-19 18:25:10.571 7615 7615 E _V_SensorManager: unregisterListenerImpl
listener=com.facebook.ads.redexgen.X.96@2aa50d3sensor=NULL num: 2
02-19 18:25:10.617 7615 7615 E _V_SensorManager: unregisterListenerImpl
listener=com.facebook.ads.redexgen.X.97@d56e410sensor=NULL num: 1
02-19 18:25:25.159 7615 1021 E ignored : java.lang.NullPointerException: Attempt
to invoke virtual method 'java.lang.Object
android.content.Context.getSystemService(java.lang.String)' on a null object
reference
02-19 18:25:32.257 2757 2941 E _V_SchedWaitSched:
SchedWaitDataItem{extype=2029,func=lookup_slow,group=g0,uid=10008,abi=64,threadName
=h.sweet.cleaner,threadId=7615,cmdline=com.speedy.smooth.sweet.cleaner,pid=7615,cos
t=200708,mode=UNISLEEP_SORN,percent=31,period=636463,free_segs=0,prefree_count=0,di
rty_count=0,undiscard_blks=0,addr=0x50/0x198,level=2,screen_status=true,otime=16768
02332254,createTime=152940134,times=1}
02-19 18:25:36.266 7615 7615 E RecyclerView: No adapter attached; skipping layout
02-19 18:25:51.029 7615 7615 E chromium: [ERROR:aw_browser_terminator.cc(125)]
Renderer process (8108) crash detected (code -1).
02-19 18:26:12.930 7615 7615 E RecyclerView: No adapter attached; skipping layout
02-19 18:26:37.172 7615 7615 E RecyclerView: No adapter attached; skipping layout
02-19 18:26:44.431 7615 32304 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:200000 maxLatency:0 by: class
ms.bd.o.Pgl.m0 num: 0
02-19 18:26:45.445 7615 32304 E _V_SensorManager: unregisterListenerImpl
listener=ms.bd.o.Pgl.m0@f6996ccsensor=NULL num: 1
02-19 18:26:51.510 7615 7615 E RecyclerView: No adapter attached; skipping layout
02-19 18:27:12.338 7615 7615 E NativeController:
sendImpressioncom.mbridge.msdk.foundation.entity.CampaignEx@afbd6c2
02-19 18:27:12.342 7615 7615 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:66667 maxLatency:0 by: class
com.mbridge.msdk.nativex.view.MBMediaView$e num: 0
02-19 18:27:22.099 7615 7615 E RecyclerView: No adapter attached; skipping layout
02-19 18:27:25.409 612 8031 E QCamera : <MCI><ERROR> mm_stream_read_msm_frame:
1766: VIVO VIDIOC_DQBUF buf_index 3, frame_idx 3, stream type 7, rc 0,queued: 15,
buf_type = 0 flags = 8192 FD = 70 my_num 0 buf fd 111,tv_sec -
1282045177651761584,tv_nsec 64424517632
02-19 18:27:29.050 2757 2941 E _V_SchedWaitIo:
SchedWaitDataItem{extype=2028,func=__lock_page_killable,group=g0,uid=10008,abi=64,t
hreadName=h.sweet.cleaner,threadId=7615,cmdline=com.speedy.smooth.sweet.cleaner,pid
=7615,cost=251907,mode=IOWAIT_SORN,percent=71,period=1051952,free_segs=0,prefree_co
unt=0,dirty_count=0,undiscard_blks=0,addr=0x194/0x230,level=2,screen_status=true,ot
ime=1676802449043,createTime=153056923,times=7}
02-19 18:27:41.406 7615 7615 E RecyclerView: No adapter attached; skipping layout
02-19 18:28:12.028 7615 7615 E RecyclerView: No adapter attached; skipping layout
02-19 18:28:13.139 7615 7615 E NativeController:
sendImpressioncom.mbridge.msdk.foundation.entity.CampaignEx@5c3ade1
02-19 18:28:13.142 7615 7615 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:66667 maxLatency:0 by: class
com.mbridge.msdk.nativex.view.MBMediaView$e num: 1
02-19 18:28:21.532 7615 7615 E _V_SensorManager: unregisterListenerImpl
listener=com.applovin.impl.sdk.utils.n@33a8ff6sensor=NULL num: 2
02-19 18:28:38.133 7615 7615 E NativeController:
sendImpressioncom.mbridge.msdk.foundation.entity.CampaignEx@394d580
02-19 18:28:38.173 7615 7615 E _V_SensorManager: unregisterListenerImpl
listener=com.mbridge.msdk.nativex.view.MBMediaView$e@f1be010sensor=NULL num: 2
02-19 18:28:38.187 7615 7615 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:66667 maxLatency:0 by: class
com.mbridge.msdk.nativex.view.MBMediaView$e num: 1
02-19 18:28:48.822 7615 9749 E SafeDKSourceMBridge: retrofit
SafeDKSource :timeout
02-19 18:30:20.684 7615 12329 E _V_SensorManager: registerListenerImpl type:1
strType=android.sensor.accelerometer delay:200000 maxLatency:0 by: class
com.facebook.ads.redexgen.X.96 num: 2
02-19 18:30:20.713 7615 12329 E _V_SensorManager: registerListenerImpl type:4
strType=android.sensor.gyroscope delay:200000 maxLatency:0 by: class
com.facebook.ads.redexgen.X.97 num: 3
02-19 18:30:20.934 7615 7615 E _V_SensorManager: unregisterListenerImpl
listener=com.facebook.ads.redexgen.X.96@5ae8a53sensor=NULL num: 4
02-19 18:30:20.937 7615 7615 E _V_SensorManager: unregisterListenerImpl
listener=com.facebook.ads.redexgen.X.97@239dc45sensor=NULL num: 3
02-19 18:33:09.698 7615 12869 E SafeDKSourceMBridge: retrofit
SafeDKSource :timeout
02-19 18:37:55.554 7615 7615 E _V_SensorManager: unregisterListenerImpl
listener=com.applovin.impl.sdk.utils.n@33a8ff6sensor=NULL num: 2
02-19 18:38:07.783 7615 7615 E _V_SensorManager: unregisterListenerImpl
listener=com.applovin.impl.sdk.utils.n@33a8ff6sensor=NULL num: 2
02-19 19:17:35.684 7615 7615 W FirebaseRemoteConfig: No value of type
'FirebaseRemoteConfigValue' exists for parameter key 'ots_auto_remind_strategy'.
02-19 19:17:49.773 7615 7615 W FirebaseRemoteConfig: No value of type
'FirebaseRemoteConfigValue' exists for parameter key 'ots_auto_remind_strategy'.

You might also like