0% found this document useful (0 votes)
68 views

Report

The log file documents a runtime crash in an Android application called com.google.android.ogyoutube. The crash was caused by a NullPointerException when attempting to invoke the startForeground method on a null Service object reference. The log also includes details of the crash such as the stack trace and subsequent startup logs showing the application attempting to recover and initialize.

Uploaded by

Shobhit Goyal
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)
68 views

Report

The log file documents a runtime crash in an Android application called com.google.android.ogyoutube. The crash was caused by a NullPointerException when attempting to invoke the startForeground method on a null Service object reference. The log also includes details of the crash such as the stack trace and subsequent startup logs showing the application attempting to recover and initialize.

Uploaded by

Shobhit Goyal
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/ 27

--------- beginning of crash

01-30 19:27:06.601 25296 25296 E AndroidRuntime: FATAL EXCEPTION: main


01-30 19:27:06.601 25296 25296 E AndroidRuntime: Process:
com.google.android.ogyoutube, PID: 25296
01-30 19:27:06.601 25296 25296 E AndroidRuntime: java.lang.RuntimeException:
java.lang.NullPointerException: Attempt to invoke virtual method 'void
android.app.Service.startForeground(int, android.app.Notification)' on a null
object reference
01-30 19:27:06.601 25296 25296 E AndroidRuntime: at ndm.a(SourceFile:17)
01-30 19:27:06.601 25296 25296 E AndroidRuntime: at ndf.run(SourceFile:28)
01-30 19:27:06.601 25296 25296 E AndroidRuntime: at
android.os.Handler.handleCallback(Handler.java:883)
01-30 19:27:06.601 25296 25296 E AndroidRuntime: at
android.os.Handler.dispatchMessage(Handler.java:100)
01-30 19:27:06.601 25296 25296 E AndroidRuntime: at
android.os.Looper.loop(Looper.java:237)
01-30 19:27:06.601 25296 25296 E AndroidRuntime: at
android.app.ActivityThread.main(ActivityThread.java:7807)
01-30 19:27:06.601 25296 25296 E AndroidRuntime: at
java.lang.reflect.Method.invoke(Native Method)
01-30 19:27:06.601 25296 25296 E AndroidRuntime: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
01-30 19:27:06.601 25296 25296 E AndroidRuntime: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1047)
01-30 19:27:06.601 25296 25296 E AndroidRuntime: Caused by:
java.lang.NullPointerException: Attempt to invoke virtual method 'void
android.app.Service.startForeground(int, android.app.Notification)' on a null
object reference
01-30 19:27:06.601 25296 25296 E AndroidRuntime: at uwz.a(SourceFile:24)
01-30 19:27:06.601 25296 25296 E AndroidRuntime: at uxc.c(SourceFile:87)
01-30 19:27:06.601 25296 25296 E AndroidRuntime: at uxc.a(SourceFile:30)
01-30 19:27:06.601 25296 25296 E AndroidRuntime: at
com.google.android.libraries.youtube.player.background.service.BackgroundPlayerServ
ice.handleYouTubePlayerStateEvent(SourceFile:68)
01-30 19:27:06.601 25296 25296 E AndroidRuntime: at
java.lang.reflect.Method.invoke(Native Method)
01-30 19:27:06.601 25296 25296 E AndroidRuntime: at ndm.a(SourceFile:12)
01-30 19:27:06.601 25296 25296 E AndroidRuntime: ... 8 more
--------- beginning of main
01-30 19:27:30.650 13234 13269 I droid.ogyoutub: The ClassLoaderContext is a
special shared library.
01-30 19:27:30.662 13234 13234 E YouTube : flushBinderConnectionCallbacks is
unverified on SDK 29
01-30 19:27:30.725 13234 13234 V MediaRouter: Audio routes updated:
AudioRoutesInfo{ type=SPEAKER, bluetoothName=BT MUSIC }, a2dp=true
01-30 19:27:30.726 13234 13234 V MediaRouter: Selecting route: RouteInfo{ name=BT
MUSIC, description=Bluetooth audio, status=null,
category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ,
presentationDisplay=null }
01-30 19:27:30.743 13234 13234 W InstanceID/Rpc: Found 10027
01-30 19:27:30.774 13234 13301 W YouTube : ECatcher disabled: level: ERROR,
category: initialization, message: Failed to obtain process fork time using
RecentTaskInfo
01-30 19:27:30.774 13234 13301 W YouTube : java.lang.NoSuchFieldException: No field
firstActiveTime in class Landroid/app/ActivityManager$RecentTaskInfo; (declaration
of 'android.app.ActivityManager$RecentTaskInfo' appears in
/system/framework/framework.jar)
01-30 19:27:30.774 13234 13301 W YouTube : at
java.lang.Class.getDeclaredField(Native Method)
01-30 19:27:30.774 13234 13301 W YouTube : at cqh.b(SourceFile:17)
01-30 19:27:30.774 13234 13301 W YouTube : at chu.run(SourceFile:292)
01-30 19:27:30.774 13234 13301 W YouTube : at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
01-30 19:27:30.774 13234 13301 W YouTube : at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
01-30 19:27:30.774 13234 13301 W YouTube : at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledT
hreadPoolExecutor.java:301)
01-30 19:27:30.774 13234 13301 W YouTube : at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-30 19:27:30.774 13234 13301 W YouTube : at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-30 19:27:30.774 13234 13301 W YouTube : at nsx.run(SourceFile:24)
01-30 19:27:30.774 13234 13301 W YouTube : at
java.lang.Thread.run(Thread.java:919)
01-30 19:27:30.800 13234 13269 D ProviderInstallerImpl: yep, i should do something
with Security here...
01-30 19:27:30.848 13234 13323 E GmsClient: unable to connect to service:
com.mgoogle.android.gms.gass.START on com.mgoogle.android.gms
01-30 19:27:30.946 13234 13376 E GmsClient: unable to connect to service:
com.mgoogle.android.gms.gass.START on com.mgoogle.android.gms
01-30 19:27:30.950 13234 13234 V NFC : this device does not have NFC support
01-30 19:27:30.952 13234 13234 V NFC : this device does not have NFC support
01-30 19:27:31.023 13234 13234 I MultiWindowDecorSupport: updateCaptionType >>
DecorView@b926282[], isFloating: false, isApplication: true, hasWindowDecorCaption:
false, hasWindowControllerCallback: true
01-30 19:27:31.023 13234 13234 D MultiWindowDecorSupport: setCaptionType = 0,
DecorView = DecorView@b926282[]
01-30 19:27:31.194 13234 13234 D skia : approximate: numPoints=46,
lengths[0]=0.000000, totalLength=620.200073, segmentPoints[0]=[-
197.600006,0.000000]
01-30 19:27:31.194 13234 13234 D skia : approximate: approximation[0]=0.000000,
approximation[1]=-197.600006, approximation[2]=0.000000
01-30 19:27:31.194 13234 13234 D skia : approximate: numPoints=46,
lengths[45]=620.200073, totalLength=620.200073,
segmentPoints[45]=[422.600037,0.000000]
01-30 19:27:31.195 13234 13234 D skia : approximate:
approximation[135]=1.000000, approximation[136]=422.600037,
approximation[137]=0.000000
01-30 19:27:31.195 13234 13234 D skia : approximate: numPoints=4,
lengths[0]=0.000000, totalLength=3.448155, segmentPoints[0]=[0.000000,0.100000]
01-30 19:27:31.195 13234 13234 D skia : approximate: approximation[0]=0.000000,
approximation[1]=0.000000, approximation[2]=0.100000
01-30 19:27:31.195 13234 13234 D skia : approximate: numPoints=4,
lengths[3]=3.448155, totalLength=3.448155, segmentPoints[3]=[3.000000,0.100000]
01-30 19:27:31.195 13234 13234 D skia : approximate: approximation[9]=1.000000,
approximation[10]=3.000000, approximation[11]=0.100000
01-30 19:27:31.196 13234 13234 D skia : approximate: numPoints=43,
lengths[0]=0.000000, totalLength=722.199951, segmentPoints[0]=[-
522.599976,0.000000]
01-30 19:27:31.196 13234 13234 D skia : approximate: approximation[0]=0.000000,
approximation[1]=-522.599976, approximation[2]=0.000000
01-30 19:27:31.196 13234 13234 D skia : approximate: numPoints=43,
lengths[42]=722.199951, totalLength=722.199951,
segmentPoints[42]=[199.600006,0.000000]
01-30 19:27:31.196 13234 13234 D skia : approximate:
approximation[126]=1.000000, approximation[127]=199.600006,
approximation[128]=0.000000
01-30 19:27:31.196 13234 13234 D skia : approximate: numPoints=3,
lengths[0]=0.000000, totalLength=2.472497, segmentPoints[0]=[0.000000,0.100000]
01-30 19:27:31.196 13234 13234 D skia : approximate: approximation[0]=0.000000,
approximation[1]=0.000000, approximation[2]=0.100000
01-30 19:27:31.196 13234 13234 D skia : approximate: numPoints=3,
lengths[2]=2.472497, totalLength=2.472497, segmentPoints[2]=[2.000000,0.100000]
01-30 19:27:31.196 13234 13234 D skia : approximate: approximation[6]=1.000000,
approximation[7]=2.000000, approximation[8]=0.100000
01-30 19:27:31.318 13234 13234 D SensorManager: registerListener :: 0, LSM6DSL
Accelerometer, 200000, 0,
01-30 19:27:31.334 13234 13234 E YouTube : Trying to do interaction logging without
setting an InteractionLogger
01-30 19:27:31.335 13234 13234 D OGMods : FEwhat_to_watch : default
01-30 19:27:31.336 13234 13234 D OGMods : FEwhat_to_watch : default
01-30 19:27:31.362 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]: setView
= com.android.internal.policy.DecorView@b926282 TM=true MM=false
01-30 19:27:31.371 13234 13234 D ConnectivityManager: requestNetwork; CallingUid :
10240, CallingPid : 13234, PackageName : com.google.android.ogyoutube
01-30 19:27:31.389 13234 13234 V MediaRouter: Selecting route: RouteInfo{ name=BT
MUSIC, description=Bluetooth audio, status=null,
category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ,
presentationDisplay=null }
01-30 19:27:31.440 13234 13396 I System.out: (HTTPLog)-Static: isSBSettingEnabled
false
01-30 19:27:31.440 13234 13396 I System.out: (HTTPLog)-Static: isSBSettingEnabled
false
01-30 19:27:31.448 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]: Relayout
returned: old=(0,0,1080,2340) new=(0,0,1080,2340) req=(1080,2340)0 dur=13 res=0x7
s={true 2964695040} ch=true
01-30 19:27:31.448 13234 13348 D OpenGLRenderer: createReliableSurface :
0xd6019700, 0xb0b5a800
01-30 19:27:31.560 13234 13348 D mali_winsys: EGLint
new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig,
egl_winsys_surface **, EGLBoolean) returns 0x3000
01-30 19:27:31.576 13234 13348 W Gralloc3: mapper 3.x is not supported
01-30 19:27:31.583 13234 13348 I gralloc : Arm Module v1.0
01-30 19:27:31.729 13234 13286 W droid.ogyoutub: Long monitor contention with owner
initCrit4-1 (13274) at void sun.misc.Unsafe.park(boolean, long)(Unsafe.java:-2)
waiters=0 in java.lang.String lwr.c() for 768ms
01-30 19:27:31.730 13234 13311 W droid.ogyoutub: Long monitor contention with owner
initCrit4-1 (13274) at void sun.misc.Unsafe.park(boolean, long)(Unsafe.java:-2)
waiters=1 in java.lang.String lwr.c() for 625ms
01-30 19:27:31.731 13234 13317 W droid.ogyoutub: Long monitor contention with owner
initCrit4-1 (13274) at void sun.misc.Unsafe.park(boolean, long)(Unsafe.java:-2)
waiters=2 in java.lang.String lwr.c() for 411ms
01-30 19:27:31.810 13234 13234 D OGMods : FEwhat_to_watch : default
01-30 19:27:31.810 13234 13234 D OGMods : FEwhat_to_watch : default
01-30 19:27:31.890 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
MSG_WINDOW_FOCUS_CHANGED 1 1
01-30 19:27:31.896 13234 13234 D InputMethodManager: prepareNavigationBarInfo()
DecorView@b926282[WatchWhileActivity]
01-30 19:27:31.896 13234 13234 D InputMethodManager: getNavigationBarColor()
-855310
01-30 19:27:31.900 13234 13234 D InputMethodManager: prepareNavigationBarInfo()
DecorView@b926282[WatchWhileActivity]
01-30 19:27:31.900 13234 13234 D InputMethodManager: getNavigationBarColor()
-855310
01-30 19:27:31.900 13234 13234 V InputMethodManager: Starting input:
tba=com.google.android.ogyoutube ic=null mNaviBarColor -855310
mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
01-30 19:27:31.900 13234 13234 D InputMethodManager: startInputInner - Id : 0
01-30 19:27:31.900 13234 13234 I InputMethodManager: startInputInner -
mService.startInputOrWindowGainedFocus
01-30 19:27:31.913 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
MSG_RESIZED: frame=(0,0,1080,2340) ci=(0,85,0,126) vi=(0,85,0,126) or=1
01-30 19:27:31.918 13234 13234 D OGMods : FEwhat_to_watch : default
01-30 19:27:31.919 13234 13234 D OGMods : FEwhat_to_watch : default
01-30 19:27:32.030 13234 13234 D InputMethodManager: prepareNavigationBarInfo()
DecorView@b926282[WatchWhileActivity]
01-30 19:27:32.031 13234 13234 D InputMethodManager: getNavigationBarColor()
-855310
01-30 19:27:32.031 13234 13234 V InputMethodManager: Starting input:
tba=com.google.android.ogyoutube ic=null mNaviBarColor -855310
mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
01-30 19:27:32.031 13234 13234 D InputMethodManager: startInputInner - Id : 0
01-30 19:27:32.157 13234 13248 I droid.ogyoutub: Background concurrent copying GC
freed 55933(5079KB) AllocSpace objects, 33(3592KB) LOS objects, 49% free,
3365KB/6730KB, paused 5.100ms total 147.576ms
01-30 19:27:34.513 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
ViewPostIme pointer 0
01-30 19:27:34.617 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
ViewPostIme pointer 1
01-30 19:27:34.669 13234 13234 D InputMethodManager: SSI - flag : 1 Pid : 13234
view : com.google.android.ogyoutube
01-30 19:27:34.672 13234 13234 D InputMethodManager: prepareNavigationBarInfo()
DecorView@b926282[WatchWhileActivity]
01-30 19:27:34.672 13234 13234 D InputMethodManager: getNavigationBarColor()
-855310
01-30 19:27:34.672 13234 13234 V InputMethodManager: Starting input:
tba=com.google.android.ogyoutube
ic=com.android.internal.widget.EditableInputConnection@7c42a0f mNaviBarColor
-855310 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
01-30 19:27:34.672 13234 13234 D InputMethodManager: startInputInner - Id : 0
01-30 19:27:34.672 13234 13234 I InputMethodManager: startInputInner -
mService.startInputOrWindowGainedFocus
01-30 19:27:34.675 13234 13234 D InputTransport: Input channel destroyed:
'ClientS', fd=97
01-30 19:27:34.676 13234 13234 D InputMethodManager: prepareNavigationBarInfo()
DecorView@b926282[WatchWhileActivity]
01-30 19:27:34.676 13234 13234 D InputMethodManager: getNavigationBarColor()
-855310
01-30 19:27:34.730 13234 13234 D AbsListView: in onLayout changed
01-30 19:27:34.773 13234 13234 I AssistStructure: Flattened final assist data: 3648
bytes, containing 1 windows, 27 views
01-30 19:27:34.981 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
MSG_RESIZED: frame=(0,0,1080,2340) ci=(0,85,0,1003) vi=(0,85,0,1003) or=1
01-30 19:27:35.005 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]: Relayout
returned: old=(0,0,1080,2340) new=(0,0,1080,2340) req=(1080,2340)0 dur=14 res=0x1
s={true 2964695040} ch=false
01-30 19:27:35.014 13234 13234 D AbsListView: in onLayout changed
01-30 19:27:44.912 13234 13234 D InputMethodManager: HSIFW - flag : 0 Pid : 13234
01-30 19:27:44.929 13234 13234 W YouTube : Failed to set parent screen
01-30 19:27:44.939 13234 13234 D InputMethodManager: HSIFW - flag : 0 Pid : 13234
01-30 19:27:44.983 13234 13234 D InputMethodManager: prepareNavigationBarInfo()
DecorView@b926282[WatchWhileActivity]
01-30 19:27:44.983 13234 13234 D InputMethodManager: getNavigationBarColor()
-855310
01-30 19:27:44.983 13234 13234 V InputMethodManager: Starting input:
tba=com.google.android.ogyoutube ic=null mNaviBarColor -855310
mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
01-30 19:27:44.983 13234 13234 D InputMethodManager: startInputInner - Id : 0
01-30 19:27:44.983 13234 13234 I InputMethodManager: startInputInner -
mService.startInputOrWindowGainedFocus
01-30 19:27:44.985 13234 13234 D InputTransport: Input channel destroyed:
'ClientS', fd=123
01-30 19:27:44.988 13234 13234 E RecyclerView: No adapter attached; skipping layout
01-30 19:27:44.994 13234 13234 W IInputConnectionWrapper: beginBatchEdit on
inactive InputConnection
01-30 19:27:44.994 13234 13234 W IInputConnectionWrapper: endBatchEdit on inactive
InputConnection
01-30 19:27:45.002 13234 13234 W IInputConnectionWrapper: requestCursorAnchorInfo
on inactive InputConnection
01-30 19:27:45.038 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
MSG_RESIZED: frame=(0,0,1080,2340) ci=(0,85,0,126) vi=(0,85,0,126) or=1
01-30 19:27:45.083 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]: Relayout
returned: old=(0,0,1080,2340) new=(0,0,1080,2340) req=(1080,2340)0 dur=33 res=0x1
s={true 2964695040} ch=false
01-30 19:27:45.086 13234 13234 E RecyclerView: No adapter attached; skipping layout
01-30 19:27:52.961 13234 13248 I droid.ogyoutub: Background concurrent copying GC
freed 20963(1503KB) AllocSpace objects, 62(1484KB) LOS objects, 49% free,
4650KB/9300KB, paused 708us total 133.605ms
01-30 19:27:57.844 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
ViewPostIme pointer 0
01-30 19:27:57.900 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
ViewPostIme pointer 1
01-30 19:27:58.056 13234 13234 D SurfaceView: onWindowVisibilityChanged(0) true
ssc{5d5e6e7 V.E...... ......I. 0,0-0,0} of ViewRootImpl@5f86ecd[WatchWhileActivity]
01-30 19:27:58.085 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]: Relayout
returned: old=(0,0,1080,2340) new=(0,0,1080,2340) req=(1080,2340)0 dur=5 res=0x1
s={true 2964695040} ch=false
01-30 19:27:58.087 13234 13234 E RecyclerView: No adapter attached; skipping layout
01-30 19:27:58.087 13234 13234 E RecyclerView: No adapter attached; skipping layout
01-30 19:27:58.087 13234 13234 E RecyclerView: No adapter attached; skipping layout
01-30 19:27:58.095 13234 13234 D SurfaceView: surfaceCreated 1 #8 ssc{5d5e6e7
V.E...... ......ID 0,0-558,311}
01-30 19:27:58.096 13234 13234 D SurfaceView: surfaceChanged (558,311) 1 #8
ssc{5d5e6e7 V.E...... ......ID 0,0-558,311}
01-30 19:27:58.136 13234 13234 D SurfaceView: surfaceChanged (717,401) 1 #5
ssc{5d5e6e7 V.E...... ......ID 0,0-717,401}
01-30 19:27:58.152 13234 13234 D SurfaceView: surfaceChanged (857,480) 1 #5
ssc{5d5e6e7 V.E...... ......ID 0,0-857,480}
01-30 19:27:58.160 13234 13234 D SurfaceView: surfaceChanged (907,510) 1 #5
ssc{5d5e6e7 V.E...... ......ID 0,0-907,510}
01-30 19:27:58.174 13234 13234 D SurfaceView: surfaceChanged (950,533) 1 #5
ssc{5d5e6e7 V.E...... ......ID 0,0-950,533}
01-30 19:27:58.191 13234 13234 D SurfaceView: surfaceChanged (981,550) 1 #5
ssc{5d5e6e7 V.E...... ......ID 0,0-981,550}
01-30 19:27:58.208 13234 13234 D SurfaceView: surfaceChanged (1006,565) 1 #5
ssc{5d5e6e7 V.E...... ......ID 0,0-1006,565}
01-30 19:27:58.225 13234 13234 D SurfaceView: surfaceChanged (1027,577) 1 #5
ssc{5d5e6e7 V.E...... ......ID 0,0-1027,577}
01-30 19:27:58.241 13234 13234 D SurfaceView: surfaceChanged (1043,585) 1 #5
ssc{5d5e6e7 V.E...... ......ID 0,0-1043,585}
01-30 19:27:58.258 13234 13234 D SurfaceView: surfaceChanged (1055,593) 1 #5
ssc{5d5e6e7 V.E...... ......ID 0,0-1055,593}
01-30 19:27:58.271 13234 13327 W AudioManager: Use of stream types is deprecated
for operations other than volume control
01-30 19:27:58.271 13234 13327 W AudioManager: See the documentation of
requestAudioFocus() for what to use instead with android.media.AudioAttributes to
qualify your playback use case
01-30 19:27:58.276 13234 13234 D SurfaceView: surfaceChanged (1065,599) 1 #5
ssc{5d5e6e7 V.E...... ......ID 0,0-1065,599}
01-30 19:27:58.291 13234 13234 D SurfaceView: surfaceChanged (1071,603) 1 #5
ssc{5d5e6e7 V.E...... ......ID 0,0-1071,603}
01-30 19:27:58.308 13234 13234 D SurfaceView: surfaceChanged (1076,605) 1 #5
ssc{5d5e6e7 V.E...... ......ID 0,0-1076,605}
01-30 19:27:58.324 13234 13234 D SurfaceView: surfaceChanged (1079,607) 1 #5
ssc{5d5e6e7 V.E...... ......ID 0,0-1079,607}
01-30 19:27:58.341 13234 13234 D SurfaceView: surfaceChanged (1080,607) 1 #5
ssc{5d5e6e7 V.E...... ......ID 0,0-1080,607}
01-30 19:28:00.311 13234 13248 I droid.ogyoutub: Background concurrent copying GC
freed 30696(2040KB) AllocSpace objects, 20(760KB) LOS objects, 49% free,
6426KB/12MB, paused 268us total 138.651ms
01-30 19:28:00.315 13234 13250 W System : A resource failed to call release.
01-30 19:28:00.685 13234 13370 W droid.ogyoutub: Long monitor contention with owner
background3-4 (13278) at java.util.Collection qif.a(java.lang.String, boolean, int,
java.lang.String, boolean, java.lang.String, long)(SourceFile:25) waiters=0 in
java.util.Collection qif.a(java.lang.String, boolean, int, java.lang.String,
boolean, java.lang.String, long) for 24.221s
01-30 19:28:00.947 13234 13371 W droid.ogyoutub: Long monitor contention with owner
background3-4 (13278) at java.util.Collection qif.a(java.lang.String, boolean, int,
java.lang.String, boolean, java.lang.String, long)(SourceFile:25) waiters=1 in
java.util.Collection qif.a(java.lang.String, boolean, int, java.lang.String,
boolean, java.lang.String, long) for 24.306s
01-30 19:28:01.215 13234 13334 W droid.ogyoutub: Long monitor contention with owner
background3-4 (13278) at java.util.Collection qif.a(java.lang.String, boolean, int,
java.lang.String, boolean, java.lang.String, long)(SourceFile:25) waiters=2 in
java.util.Collection qif.a(java.lang.String, boolean, int, java.lang.String,
boolean, java.lang.String, long) for 24.408s
01-30 19:28:01.474 13234 13873 W AudioCapabilities: Unsupported mime audio/x-ima
01-30 19:28:01.477 13234 13873 W AudioCapabilities: Unsupported mime audio/mpeg-L1
01-30 19:28:01.477 13234 13873 W AudioCapabilities: Unsupported mime audio/mpeg-L2
01-30 19:28:01.478 13234 13873 W AudioCapabilities: Unsupported mime audio/x-ms-wma
01-30 19:28:01.512 13234 13873 W VideoCapabilities: Unsupported mime video/wvc1
01-30 19:28:01.522 13234 13873 W VideoCapabilities: Unsupported mime video/avc-wfd
01-30 19:28:01.569 13234 13873 W VideoCapabilities: Unsupported mime video/mp43
01-30 19:28:01.571 13234 13873 W VideoCapabilities: Unrecognized profile/level 1/32
for video/mp4v-es
01-30 19:28:01.571 13234 13873 W VideoCapabilities: Unrecognized profile/level
32768/2 for video/mp4v-es
01-30 19:28:01.571 13234 13873 W VideoCapabilities: Unrecognized profile/level
32768/64 for video/mp4v-es
01-30 19:28:01.572 13234 13873 W VideoCapabilities: Unsupported mime video/wvc1
01-30 19:28:01.575 13234 13873 W VideoCapabilities: Unsupported mime video/x-ms-
wmv7
01-30 19:28:01.576 13234 13873 W VideoCapabilities: Unsupported mime video/x-ms-
wmv8
01-30 19:28:01.661 13234 13896 D CCodec : allocate(c2.android.aac.decoder)
01-30 19:28:01.673 13234 13896 I Codec2Client: Available Codec2 services:
"software"
01-30 19:28:01.674 13234 13896 I Codec2Client: Creating a Codec2 client to service
"software"
01-30 19:28:01.696 13234 13896 I Codec2Client: Client to Codec2 service "software"
created
01-30 19:28:01.812 13234 13896 I CCodec : Created component
[c2.android.aac.decoder]
01-30 19:28:01.813 13234 13896 D CCodecConfig: read media type: audio/mp4a-latm
01-30 19:28:01.816 13234 13896 D ReflectedParamUpdater: extent() != 1 for single
value type: algo.buffers.max-count.values
01-30 19:28:01.816 13234 13896 D ReflectedParamUpdater: extent() != 1 for single
value type: output.subscribed-indices.values
01-30 19:28:01.816 13234 13896 D ReflectedParamUpdater: extent() != 1 for single
value type: input.buffers.allocator-ids.values
01-30 19:28:01.817 13234 13896 D ReflectedParamUpdater: extent() != 1 for single
value type: output.buffers.allocator-ids.values
01-30 19:28:01.817 13234 13896 D ReflectedParamUpdater: extent() != 1 for single
value type: algo.buffers.allocator-ids.values
01-30 19:28:01.817 13234 13896 D ReflectedParamUpdater: extent() != 1 for single
value type: output.buffers.pool-ids.values
01-30 19:28:01.817 13234 13896 D ReflectedParamUpdater: extent() != 1 for single
value type: algo.buffers.pool-ids.values
01-30 19:28:01.824 13234 13896 I CCodecConfig: query failed after returning 16
values (BAD_INDEX)
01-30 19:28:01.824 13234 13896 D CCodecConfig: c2 config is Dict {
01-30 19:28:01.824 13234 13896 D CCodecConfig: c2::u32 coded.aac-packaging.value
= 0
01-30 19:28:01.824 13234 13896 D CCodecConfig: c2::u32 coded.bitrate.value =
64000
01-30 19:28:01.824 13234 13896 D CCodecConfig: c2::u32 coded.pl.level = 0
01-30 19:28:01.824 13234 13896 D CCodecConfig: c2::u32 coded.pl.profile = 8192
01-30 19:28:01.824 13234 13896 D CCodecConfig: c2::float coding.drc.attenuation-
factor.value = 1
01-30 19:28:01.824 13234 13896 D CCodecConfig: c2::float coding.drc.boost-
factor.value = 1
01-30 19:28:01.824 13234 13896 D CCodecConfig: c2::i32 coding.drc.compression-
mode.value = 3
01-30 19:28:01.824 13234 13896 D CCodecConfig: c2::i32 coding.drc.effect-
type.value = 3
01-30 19:28:01.824 13234 13896 D CCodecConfig: c2::float coding.drc.encoded-
level.value = 0.25
01-30 19:28:01.824 13234 13896 D CCodecConfig: c2::float coding.drc.reference-
level.value = -16
01-30 19:28:01.824 13234 13896 D CCodecConfig: c2::u32 input.buffers.max-
size.value = 8192
01-30 19:28:01.824 13234 13896 D CCodecConfig: c2::u32 input.delay.value = 0
01-30 19:28:01.824 13234 13896 D CCodecConfig: string input.media-type.value =
"audio/mp4a-latm"
01-30 19:28:01.824 13234 13896 D CCodecConfig: c2::u32 output.delay.value = 2
01-30 19:28:01.824 13234 13896 D CCodecConfig: string output.media-type.value =
"audio/raw"
01-30 19:28:01.824 13234 13896 D CCodecConfig: c2::u32 raw.channel-count.value =
1
01-30 19:28:01.824 13234 13896 D CCodecConfig: c2::u32 raw.sample-rate.value =
44100
01-30 19:28:01.824 13234 13896 D CCodecConfig: }
01-30 19:28:01.828 13234 13896 D CCodecConfig: no c2 equivalents for durationUs
01-30 19:28:01.828 13234 13896 D CCodecConfig: no c2 equivalents for language
01-30 19:28:01.829 13234 13896 D CCodecConfig: c2 config is Dict {
01-30 19:28:01.829 13234 13896 D CCodecConfig: c2::u32 coded.aac-packaging.value
= 0
01-30 19:28:01.829 13234 13896 D CCodecConfig: c2::u32 coded.bitrate.value =
64000
01-30 19:28:01.829 13234 13896 D CCodecConfig: c2::u32 coded.pl.level = 0
01-30 19:28:01.829 13234 13896 D CCodecConfig: c2::u32 coded.pl.profile = 8192
01-30 19:28:01.829 13234 13896 D CCodecConfig: c2::float coding.drc.attenuation-
factor.value = 1
01-30 19:28:01.829 13234 13896 D CCodecConfig: c2::float coding.drc.boost-
factor.value = 1
01-30 19:28:01.829 13234 13896 D CCodecConfig: c2::i32 coding.drc.compression-
mode.value = 3
01-30 19:28:01.829 13234 13896 D CCodecConfig: c2::i32 coding.drc.effect-
type.value = 3
01-30 19:28:01.829 13234 13896 D CCodecConfig: c2::float coding.drc.encoded-
level.value = 0.25
01-30 19:28:01.829 13234 13896 D CCodecConfig: c2::float coding.drc.reference-
level.value = -16
01-30 19:28:01.829 13234 13896 D CCodecConfig: c2::u32 input.buffers.max-
size.value = 8192
01-30 19:28:01.829 13234 13896 D CCodecConfig: c2::u32 input.delay.value = 0
01-30 19:28:01.829 13234 13896 D CCodecConfig: string input.media-type.value =
"audio/mp4a-latm"
01-30 19:28:01.829 13234 13896 D CCodecConfig: c2::u32 output.delay.value = 2
01-30 19:28:01.829 13234 13896 D CCodecConfig: string output.media-type.value =
"audio/raw"
01-30 19:28:01.829 13234 13896 D CCodecConfig: c2::u32 raw.channel-count.value =
2
01-30 19:28:01.829 13234 13896 D CCodecConfig: c2::u32 raw.sample-rate.value =
44100
01-30 19:28:01.829 13234 13896 D CCodecConfig: }
01-30 19:28:01.831 13234 13896 W Codec2Client: query -- param skipped: index =
1107298332.
01-30 19:28:01.831 13234 13896 D CCodec : setup formats input: AMessage(what =
0x00000000) = {
01-30 19:28:01.831 13234 13896 D CCodec : int32_t channel-count = 2
01-30 19:28:01.831 13234 13896 D CCodec : int32_t level = 0
01-30 19:28:01.831 13234 13896 D CCodec : int32_t max-input-size = 8192
01-30 19:28:01.831 13234 13896 D CCodec : string mime = "audio/mp4a-latm"
01-30 19:28:01.831 13234 13896 D CCodec : int32_t profile = 2
01-30 19:28:01.831 13234 13896 D CCodec : int32_t sample-rate = 44100
01-30 19:28:01.831 13234 13896 D CCodec : int64_t durationUs = 278709115
01-30 19:28:01.831 13234 13896 D CCodec : } and output: AMessage(what =
0x00000000) = {
01-30 19:28:01.831 13234 13896 D CCodec : int32_t channel-count = 2
01-30 19:28:01.831 13234 13896 D CCodec : string mime = "audio/raw"
01-30 19:28:01.831 13234 13896 D CCodec : int32_t sample-rate = 44100
01-30 19:28:01.831 13234 13896 D CCodec : }
01-30 19:28:01.842 13234 13896 W Codec2Client: query -- param skipped: index =
1342179345.
01-30 19:28:01.842 13234 13896 W Codec2Client: query -- param skipped: index =
2415921170.
01-30 19:28:01.842 13234 13896 W Codec2Client: query -- param skipped: index =
1610614798.
01-30 19:28:01.848 13234 13896 D CCodecBufferChannel: [c2.android.aac.decoder#822]
Created input block pool with allocatorID 16 => poolID 17 - OK (0)
01-30 19:28:01.915 13234 13896 I CCodecBufferChannel: [c2.android.aac.decoder#822]
Created output block pool with allocatorID 16 => poolID 1151 - OK
01-30 19:28:01.916 13234 13896 D CCodecBufferChannel: [c2.android.aac.decoder#822]
Configured output block pool ids 1151 => OK
01-30 19:28:01.917 13234 13896 E ion : ioctl c0044901 failed with code -1:
Invalid argument
01-30 19:28:01.917 13234 13896 E C2AllocatorIon: >>>SEC mapUsage 0, 1
01-30 19:28:01.931 13234 13873 I ACodec : [] Now uninitialized
01-30 19:28:01.933 13234 13905 I ACodec : [] onAllocateComponent
01-30 19:28:01.942 13234 13905 I OMXClient: IOmx service obtained
01-30 19:28:01.962 13234 13336 W droid.ogyoutub: Long monitor contention with owner
background3-4 (13278) at java.util.Collection qif.a(java.lang.String, boolean, int,
java.lang.String, boolean, java.lang.String, long)(SourceFile:25) waiters=3 in
java.util.Collection qif.a(java.lang.String, boolean, int, java.lang.String,
boolean, java.lang.String, long) for 24.789s
01-30 19:28:02.018 13234 13268 I OGMods : +------------ LogTrace
01-30 19:28:02.022 13234 13268 I OGMods : T:
net.ogmods.youtube.Logger.LogTrace:309
01-30 19:28:02.022 13234 13268 I OGMods : T: net.ogmods.youtube.Video.toString:84
01-30 19:28:02.022 13234 13268 I OGMods : T: net.ogmods.youtube.Video.<init>:72
01-30 19:28:02.022 13234 13268 I OGMods : T: net.ogmods.youtube.OG.setVideo:520
01-30 19:28:02.022 13234 13268 I OGMods : T: pps.a:99
01-30 19:28:02.022 13234 13268 I OGMods : T: qcl.onResponse:8
01-30 19:28:02.022 13234 13268 I OGMods : T: pqx.a:117
01-30 19:28:02.022 13234 13268 I OGMods : T: sjj.a:34
01-30 19:28:02.022 13234 13268 I OGMods : T: sic.a:215
01-30 19:28:02.022 13234 13268 I OGMods : T: sjn.a:29
01-30 19:28:02.022 13234 13268 I OGMods : T: sgr.c:113
01-30 19:28:02.022 13234 13268 I OGMods : T: sgr.a:44
01-30 19:28:02.022 13234 13268 I OGMods : T: sgv.run:49
01-30 19:28:02.022 13234 13268 I OGMods : -++++++++++++ LogTrace
01-30 19:28:02.028 13234 13268 I OGMods : [title:Soch Na Sake Full Audio | Lyrics
| Arijit Singh, Amaal Mallik & Tulsi Kumar | Airlift, long:279000, id:0-YrRDlV0Gg,
qualities:144p|176x144|(3gp)##360p|640x360|(mp4)##720p|1280x720|(mp4)##240p|
320x180|(3gp)##360p|640x360|(webm)##1080p|1920x1080|(mp4)##1080p|1920x1080|
(webm)##720p|1280x720|(mp4)##720p|1280x720|(webm)##480p|854x480|(mp4)##480p|
854x480|(webm)##360p|640x360|(mp4)##360p|640x360|(webm)##240p|426x240|(mp4)##240p|
426x240|(webm)##144p|256x144|(mp4)##144p|256x144|(webm)##itag:139||(m4a)
[AUDIO]##itag:140||(m4a) [AUDIO]##itag:249||(webm) [AUDIO]##itag:250||(webm)
[AUDIO]##itag:251||(webm) [AUDIO]]
01-30 19:28:02.048 13234 13905 I ACodec : [OMX.Exynos.vp9.dec] Now Loaded
01-30 19:28:02.052 13234 13904 D SurfaceUtils: connecting to surface 0xa852e008,
reason connectToSurface
01-30 19:28:02.054 13234 13904 I MediaCodec: [OMX.Exynos.vp9.dec] setting surface
generation to 13551617
01-30 19:28:02.054 13234 13904 D SurfaceUtils: disconnecting from surface
0xa852e008, reason connectToSurface(reconnect)
01-30 19:28:02.054 13234 13904 D SurfaceUtils: connecting to surface 0xa852e008,
reason connectToSurface(reconnect)
01-30 19:28:02.064 13234 13905 I ACodec : app-pid(13234)
01-30 19:28:02.065 13234 13905 I ACodec : can't find wfdsink-exynos-enable
01-30 19:28:02.069 13234 13905 I SmartFittingClass: Create SmartFitting Version 2.0
01-30 19:28:02.074 13234 13905 I SmartFittingClass: Init, [State:UNINITIALIZED]
pid: 13234
01-30 19:28:02.084 13234 13905 I ACodec : [OMX.Exynos.vp9.dec] Now Loaded->Idle
01-30 19:28:02.092 13234 13919 I SmartFittingClass: InitialCheck()
01-30 19:28:02.092 13234 13919 I SmartFittingClass: Create
SmartFittingManagerServiceProxy!!
01-30 19:28:02.092 13234 13919 I SmartFittingClass:
SmartFittingManagerServiceProxy::init
01-30 19:28:02.095 13234 13919 I SmartFittingClass: Create
SmartFittingManagerServiceProxy::EventHandler
01-30 19:28:02.095 13234 13919 I SmartFittingClass:
SmartFittingManagerServiceProxy::onAddSmartFittingListener pid: 13234
01-30 19:28:02.095 13234 13919 I SmartFittingClass: Create SmartFittingListener
01-30 19:28:02.146 13234 13905 D SurfaceUtils: set up nativeWindow 0xa852e008 for
854x480, color 0x105, rotation 0, usage 0x602900
01-30 19:28:02.147 13234 13905 I ACodec : [OMX.Exynos.vp9.dec]
configureOutputBuffersFromNativeWindow setBufferCount : 8, minUndequeuedBuffers : 4
01-30 19:28:02.154 13234 13234 D OGMods : setState:Paused
01-30 19:28:02.155 13234 13905 I ACodec : [OMX.Exynos.vp9.dec] Now Idle->Executing
01-30 19:28:02.158 13234 13904 I MediaCodec: setCodecState state : 0
01-30 19:28:02.162 13234 13905 I ACodec : [OMX.Exynos.vp9.dec] Now Executing
01-30 19:28:02.192 13234 13234 D OGMods : setState:Loading
01-30 19:28:02.285 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]: Relayout
returned: old=(0,0,1080,2340) new=(0,0,1080,2340) req=(1080,2340)0 dur=12 res=0x1
s={true 2964695040} ch=false
01-30 19:28:02.325 13234 13234 D OGMods : setState:Paused
01-30 19:28:02.337 13234 13234 D OGMods : setState:Playing
01-30 19:28:02.338 13234 13899 D CCodecBuffers: [c2.android.aac.decoder#822:1D-
Input.Impl[N]] codec released a buffer owned by client (index 2)
01-30 19:28:02.371 13234 13234 D OGMods : setState:Loading
01-30 19:28:02.400 13234 13873 W AudioTrack: Use of stream types is deprecated for
operations other than volume control
01-30 19:28:02.400 13234 13873 W AudioTrack: See the documentation of AudioTrack()
for what to use instead with android.media.AudioAttributes to qualify your playback
use case
01-30 19:28:02.400 13234 13873 D AudioTrack: setVolume(0.492279, 0.492279) pid :
13234
01-30 19:28:02.446 13234 13234 D OGMods : Quality:-2
01-30 19:28:02.473 13234 13905 I ACodec : [OMX.Exynos.vp9.dec] Now handling output
port settings change
01-30 19:28:02.480 13234 13905 D SurfaceUtils: set up nativeWindow 0xa852e008 for
854x480, color 0x105, rotation 0, usage 0x602900
01-30 19:28:02.482 13234 13905 I ACodec : [OMX.Exynos.vp9.dec]
configureOutputBuffersFromNativeWindow setBufferCount : 14, minUndequeuedBuffers :
4
01-30 19:28:02.484 13234 13919 I SmartFittingClass: InitialCheck, WhiteListStatus
returned from CodecSolution : 0
01-30 19:28:02.484 13234 13919 I SmartFittingClass: InitialCheck, [State:FINISHED]
SmartFitting has not been activated by App. Shut Down SmartFitting.
01-30 19:28:02.499 13234 13905 I ACodec : [OMX.Exynos.vp9.dec] Now Executing
01-30 19:28:02.501 13234 13904 I MediaCodec: setCodecState state : 1
01-30 19:28:02.505 13234 13234 D SurfaceView: surfaceChanged (854,480) 1 #5
ssc{5d5e6e7 V.E...... ......I. 0,0-1080,607}
01-30 19:28:02.545 13234 13271 W droid.ogyoutub: Long monitor contention with owner
background3-4 (13278) at java.util.Collection qif.a(java.lang.String, boolean, int,
java.lang.String, boolean, java.lang.String, long)(SourceFile:25) waiters=4 in
java.util.Collection qif.a(java.lang.String, boolean, int, java.lang.String,
boolean, java.lang.String, long) for 24.951s
01-30 19:28:02.553 13234 13234 D OGMods : setState:Playing
01-30 19:28:02.713 13234 13248 I droid.ogyoutub: Background concurrent copying GC
freed 51713(3048KB) AllocSpace objects, 35(1232KB) LOS objects, 49% free,
8995KB/17MB, paused 325us total 160.751ms
01-30 19:28:02.716 13234 13250 W System : A resource failed to call end.
01-30 19:28:02.716 13234 13250 W System : A resource failed to call end.
01-30 19:28:02.820 13234 13234 V MediaRouter: Selecting route: RouteInfo{ name=BT
MUSIC, description=Bluetooth audio, status=null,
category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ,
presentationDisplay=null }
01-30 19:28:02.902 13234 13327 W YouTube : Pinging
https://s.youtube.com/api/stats/playback?cl=292045940&docid=0-
YrRDlV0Gg&ei=6eAyXqqpDIDL3LUP29-
y4AM&feature=search&fexp=23855886%2C23874740%2C23744176%2C1714250%2C23848795%2C2383
7860%2C23859863%2C11218216%2C23839597%2C23803853%2C23811269%2C23841119%2C23748146%2
C23869313%2C23837993%2C23874684%2C23836249&ns=yt&plid=AAWdW9hfMZwaMqUQ&referrer=you
tube-android%3A%2F%2Fwww.youtube.com%2Fresults%3Fsearch_query%3Dtere%2Bliye
%2Bduniya&el=detailpage&len=279&of=0DCdPUgmZ5ZCS07po8NbmQ&vm=CAMQARgBKiAxdmJNZmdvMD
BlcDlIU2JmbHhFMURuUDk2dkxUMHRDMg&cpn=3qhUd99C6AGXEIw8&ver=2&cplatform=mobile&cbr=co
m.google.android.ogyoutube&c=android&cmodel=SM-
M205F&cos=Android&cbrver=12.43.52&cver=12.43.52&cosver=10&cbrand=samsung&rt=0.6&lac
t=5056&fmt=244&afmt=140&cmt=0.0&conn=6&vis=0&vnd=0&snd=6&uao=0&volume=100&rtn=10.0
01-30 19:28:02.980 13234 13234 W YouTube : Connection failed with result:
ConnectionResult{statusCode=CANCELED, resolution=null, message=null}
01-30 19:28:03.858 13234 13276 W droid.ogyoutub: Long monitor contention with owner
background3-4 (13278) at java.util.Collection qif.a(java.lang.String, boolean, int,
java.lang.String, boolean, java.lang.String, long)(SourceFile:25) waiters=5 in
java.util.Collection qif.a(java.lang.String, boolean, int, java.lang.String,
boolean, java.lang.String, long) for 25.947s
01-30 19:28:04.716 13234 13303 W droid.ogyoutub: Long monitor contention with owner
background3-4 (13278) at java.util.Collection qif.a(java.lang.String, boolean, int,
java.lang.String, boolean, java.lang.String, long)(SourceFile:25) waiters=6 in
java.util.Collection qif.a(java.lang.String, boolean, int, java.lang.String,
boolean, java.lang.String, long) for 26.497s
01-30 19:28:05.430 13234 13317 W droid.ogyoutub: Long monitor contention with owner
background3-4 (13278) at java.util.Collection qif.a(java.lang.String, boolean, int,
java.lang.String, boolean, java.lang.String, long)(SourceFile:25) waiters=7 in
java.util.Collection qif.a(java.lang.String, boolean, int, java.lang.String,
boolean, java.lang.String, long) for 26.945s
01-30 19:28:06.814 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
MSG_WINDOW_FOCUS_CHANGED 0 1
01-30 19:28:06.814 13234 13234 D InputMethodManager: prepareNavigationBarInfo()
DecorView@b926282[WatchWhileActivity]
01-30 19:28:06.815 13234 13234 D InputMethodManager: getNavigationBarColor()
-855310
01-30 19:28:06.929 13234 13896 D BufferPoolAccessor: bufferpool2 0xad796710 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/203 (fetch/transfer)
01-30 19:28:07.065 13234 13269 W droid.ogyoutub: Long monitor contention with owner
background3-4 (13278) at java.util.Collection qif.a(java.lang.String, boolean, int,
java.lang.String, boolean, java.lang.String, long)(SourceFile:25) waiters=8 in
java.util.Collection qif.a(java.lang.String, boolean, int, java.lang.String,
boolean, java.lang.String, long) for 28.329s
01-30 19:28:08.482 13234 13304 W droid.ogyoutub: Long monitor contention with owner
background3-4 (13278) at java.util.Collection qif.a(java.lang.String, boolean, int,
java.lang.String, boolean, java.lang.String, long)(SourceFile:25) waiters=9 in
java.util.Collection qif.a(java.lang.String, boolean, int, java.lang.String,
boolean, java.lang.String, long) for 29.448s
01-30 19:28:09.196 13234 13234 D OGMods : onPause:false,isPopup:false
01-30 19:28:09.199 13234 13234 D OGMods : onPause:false,isPopup:false
01-30 19:28:09.204 13234 13234 D OGMods : onPause:false,isPopup:false
01-30 19:28:09.254 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
MSG_WINDOW_FOCUS_CHANGED 1 1
01-30 19:28:09.254 13234 13234 D InputMethodManager: prepareNavigationBarInfo()
DecorView@b926282[WatchWhileActivity]
01-30 19:28:09.255 13234 13234 D InputMethodManager: getNavigationBarColor()
-855310
01-30 19:28:09.258 13234 13234 D InputMethodManager: prepareNavigationBarInfo()
DecorView@b926282[WatchWhileActivity]
01-30 19:28:09.258 13234 13234 D InputMethodManager: getNavigationBarColor()
-855310
01-30 19:28:09.258 13234 13234 V InputMethodManager: Starting input:
tba=com.google.android.ogyoutube ic=null mNaviBarColor -855310
mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
01-30 19:28:09.259 13234 13234 D InputMethodManager: startInputInner - Id : 0
01-30 19:28:09.259 13234 13234 I InputMethodManager: startInputInner -
mService.startInputOrWindowGainedFocus
01-30 19:28:09.328 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
MSG_WINDOW_FOCUS_CHANGED 0 1
01-30 19:28:09.328 13234 13234 D InputMethodManager: prepareNavigationBarInfo()
DecorView@b926282[WatchWhileActivity]
01-30 19:28:09.328 13234 13234 D InputMethodManager: getNavigationBarColor()
-855310
01-30 19:28:09.881 13234 13234 D SurfaceView: onWindowVisibilityChanged(8) false
ssc{5d5e6e7 V.E...... ........ 0,0-1080,607} of
ViewRootImpl@5f86ecd[WatchWhileActivity]
01-30 19:28:09.888 13234 13234 D SurfaceView: surfaceDestroyed callback.size 1 #2
ssc{5d5e6e7 V.E...... ........ 0,0-1080,607}
01-30 19:28:09.892 13234 13905 I ACodec : [OMX.Exynos.vp9.dec] Now Executing->Idle
01-30 19:28:09.907 13234 13905 I ACodec : [OMX.Exynos.vp9.dec] Now Idle->Loaded
01-30 19:28:09.907 13234 13905 I ACodec : [OMX.Exynos.vp9.dec] Now Loaded
01-30 19:28:09.907 13234 13905 I ACodec : [OMX.Exynos.vp9.dec] Now
kWhatShutdownCompleted event : 8497
01-30 19:28:09.908 13234 13904 D SurfaceUtils: disconnecting from surface
0xa852e008, reason disconnectFromSurface
01-30 19:28:09.912 13234 13905 I SmartFittingClass: ShutDownSmartFitting!!
01-30 19:28:09.912 13234 13905 I SmartFittingClass:
SmartFittingManagerServiceProxy::Deinit
01-30 19:28:09.913 13234 13905 I SmartFittingClass: Destroy SmartFitting!!
01-30 19:28:09.913 13234 13514 I SmartFittingClass: Destroy
~SmartFittingManagerServiceProxy::EventHandler
01-30 19:28:09.913 13234 13905 I SmartFittingClass: Destroy
SmartFittingManagerServiceProxy!!
01-30 19:28:09.913 13234 13514 I SmartFittingClass: Destroy SmartFittingListener
01-30 19:28:09.914 13234 13905 I ACodec : [OMX.Exynos.vp9.dec] Now uninitialized
01-30 19:28:09.914 13234 13905 I ACodec : [] Now kWhatShutdownCompleted event :
8497
01-30 19:28:09.919 13234 13904 I MediaCodec: Codec shutdown complete
01-30 19:28:09.924 13234 13234 D SurfaceView: remove() ssc{5d5e6e7
V.E...... ........ 0,0-1080,607} Surface(name=SurfaceView -
com.google.android.ogyoutube/com.google.android.apps.ogyoutube.app.WatchWhileActivi
ty@5d5e6e7@0)/@0xc9f1f20
01-30 19:28:09.931 13234 13348 W libEGL : EGLNativeWindowType 0xd6019708
disconnect failed
01-30 19:28:09.943 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]: Relayout
returned: old=(0,0,1080,2340) new=(0,0,1080,2340) req=(1080,2340)8 dur=9 res=0x5
s={false 0} ch=true
01-30 19:28:09.961 13234 13896 I MediaCodec: Codec shutdown complete
01-30 19:28:09.967 13234 13284 W YouTube : Pinging
https://s.youtube.com/api/stats/watchtime?cl=292045940&docid=0-
YrRDlV0Gg&ei=6eAyXqqpDIDL3LUP29-
y4AM&feature=search&fexp=23855886%2C23874740%2C23744176%2C1714250%2C23848795%2C2383
7860%2C23859863%2C11218216%2C23839597%2C23803853%2C23811269%2C23841119%2C23748146%2
C23869313%2C23837993%2C23874684%2C23836249&ns=yt&plid=AAWdW9hfMZwaMqUQ&referrer=you
tube-android%3A%2F%2Fwww.youtube.com%2Fresults%3Fsearch_query%3Dtere%2Bliye
%2Bduniya&el=detailpage&len=279&of=0DCdPUgmZ5ZCS07po8NbmQ&vm=CAMQARgBKiAxdmJNZmdvMD
BlcDlIU2JmbHhFMURuUDk2dkxUMHRDMg&cpn=3qhUd99C6AGXEIw8&ver=2&cplatform=mobile&cbr=co
m.google.android.ogyoutube&c=android&cmodel=SM-
M205F&cos=Android&cbrver=12.43.52&cver=12.43.52&cosver=10&cbrand=samsung&rt=7.7&lac
t=773&fmt=244&afmt=140&state=playing&st=0.0&vis=0&conn=6&uao=0&snd=6&vnd=0&et=6.0&r
ti=10.0
01-30 19:28:10.026 13234 13335 W droid.ogyoutub: Long monitor contention with owner
background3-4 (13278) at java.util.Collection qif.a(java.lang.String, boolean, int,
java.lang.String, boolean, java.lang.String, long)(SourceFile:25) waiters=10 in
java.util.Collection qif.a(java.lang.String, boolean, int, java.lang.String,
boolean, java.lang.String, long) for 24.327s
01-30 19:28:10.027 13234 13895 W MessageQueue: Handler (iiu) {b2615fe} sending
message to a Handler on a dead thread
01-30 19:28:10.027 13234 13895 W MessageQueue: java.lang.IllegalStateException:
Handler (iiu) {b2615fe} sending message to a Handler on a dead thread
01-30 19:28:10.027 13234 13895 W MessageQueue: at
android.os.MessageQueue.enqueueMessage(MessageQueue.java:558)
01-30 19:28:10.027 13234 13895 W MessageQueue: at
android.os.Handler.enqueueMessage(Handler.java:754)
01-30 19:28:10.027 13234 13895 W MessageQueue: at
android.os.Handler.sendMessageAtTime(Handler.java:703)
01-30 19:28:10.027 13234 13895 W MessageQueue: at
android.os.Handler.sendMessageDelayed(Handler.java:673)
01-30 19:28:10.027 13234 13895 W MessageQueue: at
android.os.Handler.sendEmptyMessageDelayed(Handler.java:638)
01-30 19:28:10.027 13234 13895 W MessageQueue: at
android.os.Handler.sendEmptyMessage(Handler.java:623)
01-30 19:28:10.027 13234 13895 W MessageQueue: at iiu.run(SourceFile:10)
01-30 19:28:10.027 13234 13895 W MessageQueue: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
01-30 19:28:10.027 13234 13895 W MessageQueue: at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
01-30 19:28:10.027 13234 13895 W MessageQueue: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-30 19:28:10.027 13234 13895 W MessageQueue: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-30 19:28:10.027 13234 13895 W MessageQueue: at
java.lang.Thread.run(Thread.java:919)
01-30 19:28:10.495 13234 13234 D InputTransport: Input channel destroyed:
'ClientS', fd=130
01-30 19:28:10.642 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
stopped(true) old=false
01-30 19:28:10.644 13234 13234 D SurfaceView: windowStopped(true) false ssc{5d5e6e7
V.E...... ........ 0,0-1080,607} of ViewRootImpl@5f86ecd[WatchWhileActivity]
01-30 19:28:10.682 13234 13234 D SensorManager: unregisterListener ::
01-30 19:28:10.806 13234 13894 W MessageQueue: Handler (iiu) {aab447b} sending
message to a Handler on a dead thread
01-30 19:28:10.806 13234 13894 W MessageQueue: java.lang.IllegalStateException:
Handler (iiu) {aab447b} sending message to a Handler on a dead thread
01-30 19:28:10.806 13234 13894 W MessageQueue: at
android.os.MessageQueue.enqueueMessage(MessageQueue.java:558)
01-30 19:28:10.806 13234 13894 W MessageQueue: at
android.os.Handler.enqueueMessage(Handler.java:754)
01-30 19:28:10.806 13234 13894 W MessageQueue: at
android.os.Handler.sendMessageAtTime(Handler.java:703)
01-30 19:28:10.806 13234 13894 W MessageQueue: at
android.os.Handler.sendMessageDelayed(Handler.java:673)
01-30 19:28:10.806 13234 13894 W MessageQueue: at
android.os.Handler.sendEmptyMessageDelayed(Handler.java:638)
01-30 19:28:10.806 13234 13894 W MessageQueue: at
android.os.Handler.sendEmptyMessage(Handler.java:623)
01-30 19:28:10.806 13234 13894 W MessageQueue: at iiu.run(SourceFile:10)
01-30 19:28:10.806 13234 13894 W MessageQueue: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
01-30 19:28:10.806 13234 13894 W MessageQueue: at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
01-30 19:28:10.806 13234 13894 W MessageQueue: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-30 19:28:10.806 13234 13894 W MessageQueue: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-30 19:28:10.806 13234 13894 W MessageQueue: at
java.lang.Thread.run(Thread.java:919)
01-30 19:28:15.797 13234 13250 W System : A resource failed to call dispose.
01-30 19:28:22.339 13234 13234 D SurfaceView: onWindowVisibilityChanged(4) false
ssc{5d5e6e7 V.E...... ........ 0,0-1080,607} of
ViewRootImpl@5f86ecd[WatchWhileActivity]
01-30 19:28:22.367 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]: Relayout
returned: old=(0,0,1080,2340) new=(0,0,1080,2340) req=(1080,2340)4 dur=27 res=0x1
s={false 0} ch=false
01-30 19:28:22.368 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
stopped(false) old=true
01-30 19:28:22.368 13234 13234 D SurfaceView: windowStopped(false) false
ssc{5d5e6e7 V.E...... ........ 0,0-1080,607} of
ViewRootImpl@5f86ecd[WatchWhileActivity]
01-30 19:28:22.412 13234 13234 D SensorManager: registerListener :: 0, LSM6DSL
Accelerometer, 200000, 0,
01-30 19:28:22.434 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
stopped(false) old=false
01-30 19:28:22.456 13234 13234 D SurfaceView: onWindowVisibilityChanged(0) true
ssc{5d5e6e7 V.E...... ........ 0,0-1080,607} of
ViewRootImpl@5f86ecd[WatchWhileActivity]
01-30 19:28:22.465 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]: Relayout
returned: old=(0,0,1080,2340) new=(0,0,1080,2340) req=(1080,2340)0 dur=7 res=0x7
s={true 2965037056} ch=true
01-30 19:28:22.467 13234 13348 D OpenGLRenderer: createReliableSurface :
0xd6019700, 0xb0bae000
01-30 19:28:22.469 13234 13348 D mali_winsys: EGLint
new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig,
egl_winsys_surface **, EGLBoolean) returns 0x3000
01-30 19:28:22.475 13234 13234 D SurfaceView: surfaceCreated 1 #8 ssc{5d5e6e7
V.E...... ........ 0,0-1080,607}
01-30 19:28:22.476 13234 13234 D SurfaceView: surfaceChanged (854,480) 1 #8
ssc{5d5e6e7 V.E...... ........ 0,0-1080,607}
01-30 19:28:22.519 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
MSG_WINDOW_FOCUS_CHANGED 1 1
01-30 19:28:22.520 13234 13234 D InputMethodManager: prepareNavigationBarInfo()
DecorView@b926282[WatchWhileActivity]
01-30 19:28:22.520 13234 13234 D InputMethodManager: getNavigationBarColor()
-855310
01-30 19:28:22.522 13234 13234 D InputMethodManager: prepareNavigationBarInfo()
DecorView@b926282[WatchWhileActivity]
01-30 19:28:22.522 13234 13234 D InputMethodManager: getNavigationBarColor()
-855310
01-30 19:28:22.522 13234 13234 V InputMethodManager: Starting input:
tba=com.google.android.ogyoutube ic=null mNaviBarColor -855310
mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
01-30 19:28:22.522 13234 13234 D InputMethodManager: startInputInner - Id : 0
01-30 19:28:22.522 13234 13234 I InputMethodManager: startInputInner -
mService.startInputOrWindowGainedFocus
01-30 19:28:22.550 13234 13234 D OGMods : setState:Paused
01-30 19:28:22.617 13234 13257 I System.out: AsyncTask #1 calls detatch()
01-30 19:28:22.630 13234 13234 W System.err: java.net.UnknownHostException: Unable
to resolve host "official-plus.info": No address associated with hostname
01-30 19:28:22.637 13234 13234 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
01-30 19:28:22.637 13234 13234 W System.err: at
java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
01-30 19:28:22.637 13234 13234 W System.err: at
java.net.InetAddress.getAllByName(InetAddress.java:1152)
01-30 19:28:22.637 13234 13234 W System.err: at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:191)
01-30 19:28:22.637 13234 13234 W System.err: at
org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:174)
01-30 19:28:22.637 13234 13234 W System.err: at
org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.
java:139)
01-30 19:28:22.637 13234 13234 W System.err: at
org.apache.http.impl.client.DefaultRequestDirector.executeOriginal(DefaultRequestDi
rector.java:1339)
01-30 19:28:22.637 13234 13234 W System.err: at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:705)
01-30 19:28:22.637 13234 13234 W System.err: at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:560)
01-30 19:28:22.637 13234 13234 W System.err: at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:658)
01-30 19:28:22.637 13234 13234 W System.err: at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:632)
01-30 19:28:22.637 13234 13234 W System.err: at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:621)
01-30 19:28:22.637 13234 13234 W System.err: at
net.ogmods.youtube.loaders.UpdatesLoader.doInBackground(UpdatesLoader.java:32)
01-30 19:28:22.637 13234 13234 W System.err: at
net.ogmods.youtube.loaders.UpdatesLoader.doInBackground(UpdatesLoader.java:16)
01-30 19:28:22.637 13234 13234 W System.err: at
android.os.AsyncTask$3.call(AsyncTask.java:378)
01-30 19:28:22.637 13234 13234 W System.err: at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
01-30 19:28:22.637 13234 13234 W System.err: at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:289)
01-30 19:28:22.637 13234 13234 W System.err: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
01-30 19:28:22.637 13234 13234 W System.err: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
01-30 19:28:22.637 13234 13234 W System.err: at
java.lang.Thread.run(Thread.java:919)
01-30 19:28:22.639 13234 13234 W System.err: Caused by:
android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address
associated with hostname)
01-30 19:28:22.639 13234 13234 W System.err: at
libcore.io.Linux.android_getaddrinfo(Native Method)
01-30 19:28:22.639 13234 13234 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74)
01-30 19:28:22.639 13234 13234 W System.err: at
libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200)
01-30 19:28:22.639 13234 13234 W System.err: at
libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74)
01-30 19:28:22.639 13234 13234 W System.err: at
java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
01-30 19:28:22.639 13234 13234 W System.err: ... 19 more
01-30 19:28:23.374 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
ViewPostIme pointer 0
01-30 19:28:23.474 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
ViewPostIme pointer 1
01-30 19:28:25.006 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
ViewPostIme pointer 0
01-30 19:28:25.008 13234 13234 E droid.ogyoutub: No package ID ff found for ID
0xffffffff.
01-30 19:28:25.012 13234 13234 I chatty : uid=10240(com.google.android.ogyoutube)
identical 1 line
01-30 19:28:25.012 13234 13234 E droid.ogyoutub: No package ID ff found for ID
0xffffffff.
01-30 19:28:25.064 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
ViewPostIme pointer 1
01-30 19:28:25.663 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
ViewPostIme pointer 0
01-30 19:28:25.731 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
ViewPostIme pointer 1
01-30 19:28:25.764 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]: Relayout
returned: old=(0,0,1080,2340) new=(0,0,1080,2340) req=(1080,2340)0 dur=9 res=0x1
s={true 2965037056} ch=false
01-30 19:28:25.777 13234 13234 D OGMods : setState:Playing
01-30 19:28:25.786 13234 13234 D OGMods : setState:Loading
01-30 19:28:25.909 13234 14498 D CCodec : allocate(c2.android.aac.decoder)
01-30 19:28:25.917 13234 14498 I CCodec : Created component
[c2.android.aac.decoder]
01-30 19:28:25.918 13234 14498 D CCodecConfig: read media type: audio/mp4a-latm
01-30 19:28:25.922 13234 14498 D ReflectedParamUpdater: extent() != 1 for single
value type: algo.buffers.max-count.values
01-30 19:28:25.922 13234 14498 D ReflectedParamUpdater: extent() != 1 for single
value type: output.subscribed-indices.values
01-30 19:28:25.923 13234 14498 D ReflectedParamUpdater: extent() != 1 for single
value type: input.buffers.allocator-ids.values
01-30 19:28:25.923 13234 14498 D ReflectedParamUpdater: extent() != 1 for single
value type: output.buffers.allocator-ids.values
01-30 19:28:25.924 13234 14498 D ReflectedParamUpdater: extent() != 1 for single
value type: algo.buffers.allocator-ids.values
01-30 19:28:25.924 13234 14498 D ReflectedParamUpdater: extent() != 1 for single
value type: output.buffers.pool-ids.values
01-30 19:28:25.925 13234 14498 D ReflectedParamUpdater: extent() != 1 for single
value type: algo.buffers.pool-ids.values
01-30 19:28:25.929 13234 14498 I CCodecConfig: query failed after returning 16
values (BAD_INDEX)
01-30 19:28:25.929 13234 14498 D CCodecConfig: c2 config is Dict {
01-30 19:28:25.929 13234 14498 D CCodecConfig: c2::u32 coded.aac-packaging.value
= 0
01-30 19:28:25.929 13234 14498 D CCodecConfig: c2::u32 coded.bitrate.value =
64000
01-30 19:28:25.929 13234 14498 D CCodecConfig: c2::u32 coded.pl.level = 0
01-30 19:28:25.929 13234 14498 D CCodecConfig: c2::u32 coded.pl.profile = 8192
01-30 19:28:25.929 13234 14498 D CCodecConfig: c2::float coding.drc.attenuation-
factor.value = 1
01-30 19:28:25.929 13234 14498 D CCodecConfig: c2::float coding.drc.boost-
factor.value = 1
01-30 19:28:25.929 13234 14498 D CCodecConfig: c2::i32 coding.drc.compression-
mode.value = 3
01-30 19:28:25.929 13234 14498 D CCodecConfig: c2::i32 coding.drc.effect-
type.value = 3
01-30 19:28:25.929 13234 14498 D CCodecConfig: c2::float coding.drc.encoded-
level.value = 0.25
01-30 19:28:25.929 13234 14498 D CCodecConfig: c2::float coding.drc.reference-
level.value = -16
01-30 19:28:25.929 13234 14498 D CCodecConfig: c2::u32 input.buffers.max-
size.value = 8192
01-30 19:28:25.929 13234 14498 D CCodecConfig: c2::u32 input.delay.value = 0
01-30 19:28:25.929 13234 14498 D CCodecConfig: string input.media-type.value =
"audio/mp4a-latm"
01-30 19:28:25.929 13234 14498 D CCodecConfig: c2::u32 output.delay.value = 2
01-30 19:28:25.929 13234 14498 D CCodecConfig: string output.media-type.value =
"audio/raw"
01-30 19:28:25.929 13234 14498 D CCodecConfig: c2::u32 raw.channel-count.value =
1
01-30 19:28:25.929 13234 14498 D CCodecConfig: c2::u32 raw.sample-rate.value =
44100
01-30 19:28:25.929 13234 14498 D CCodecConfig: }
01-30 19:28:25.931 13234 14498 D CCodecConfig: no c2 equivalents for durationUs
01-30 19:28:25.931 13234 14498 D CCodecConfig: no c2 equivalents for language
01-30 19:28:25.932 13234 14498 D CCodecConfig: c2 config is Dict {
01-30 19:28:25.932 13234 14498 D CCodecConfig: c2::u32 coded.aac-packaging.value
= 0
01-30 19:28:25.932 13234 14498 D CCodecConfig: c2::u32 coded.bitrate.value =
64000
01-30 19:28:25.932 13234 14498 D CCodecConfig: c2::u32 coded.pl.level = 0
01-30 19:28:25.932 13234 14498 D CCodecConfig: c2::u32 coded.pl.profile = 8192
01-30 19:28:25.932 13234 14498 D CCodecConfig: c2::float coding.drc.attenuation-
factor.value = 1
01-30 19:28:25.932 13234 14498 D CCodecConfig: c2::float coding.drc.boost-
factor.value = 1
01-30 19:28:25.932 13234 14498 D CCodecConfig: c2::i32 coding.drc.compression-
mode.value = 3
01-30 19:28:25.932 13234 14498 D CCodecConfig: c2::i32 coding.drc.effect-
type.value = 3
01-30 19:28:25.932 13234 14498 D CCodecConfig: c2::float coding.drc.encoded-
level.value = 0.25
01-30 19:28:25.932 13234 14498 D CCodecConfig: c2::float coding.drc.reference-
level.value = -16
01-30 19:28:25.932 13234 14498 D CCodecConfig: c2::u32 input.buffers.max-
size.value = 8192
01-30 19:28:25.932 13234 14498 D CCodecConfig: c2::u32 input.delay.value = 0
01-30 19:28:25.932 13234 14498 D CCodecConfig: string input.media-type.value =
"audio/mp4a-latm"
01-30 19:28:25.932 13234 14498 D CCodecConfig: c2::u32 output.delay.value = 2
01-30 19:28:25.932 13234 14498 D CCodecConfig: string output.media-type.value =
"audio/raw"
01-30 19:28:25.932 13234 14498 D CCodecConfig: c2::u32 raw.channel-count.value =
2
01-30 19:28:25.932 13234 14498 D CCodecConfig: c2::u32 raw.sample-rate.value =
44100
01-30 19:28:25.932 13234 14498 D CCodecConfig: }
01-30 19:28:25.932 13234 14498 W Codec2Client: query -- param skipped: index =
1107298332.
01-30 19:28:25.932 13234 14498 D CCodec : setup formats input: AMessage(what =
0x00000000) = {
01-30 19:28:25.932 13234 14498 D CCodec : int32_t channel-count = 2
01-30 19:28:25.932 13234 14498 D CCodec : int32_t level = 0
01-30 19:28:25.932 13234 14498 D CCodec : int32_t max-input-size = 8192
01-30 19:28:25.932 13234 14498 D CCodec : string mime = "audio/mp4a-latm"
01-30 19:28:25.932 13234 14498 D CCodec : int32_t profile = 2
01-30 19:28:25.932 13234 14498 D CCodec : int32_t sample-rate = 44100
01-30 19:28:25.932 13234 14498 D CCodec : int64_t durationUs = 278778775
01-30 19:28:25.932 13234 14498 D CCodec : } and output: AMessage(what =
0x00000000) = {
01-30 19:28:25.932 13234 14498 D CCodec : int32_t channel-count = 2
01-30 19:28:25.932 13234 14498 D CCodec : string mime = "audio/raw"
01-30 19:28:25.932 13234 14498 D CCodec : int32_t sample-rate = 44100
01-30 19:28:25.932 13234 14498 D CCodec : }
01-30 19:28:25.934 13234 14498 W Codec2Client: query -- param skipped: index =
1342179345.
01-30 19:28:25.934 13234 14498 W Codec2Client: query -- param skipped: index =
2415921170.
01-30 19:28:25.934 13234 14498 W Codec2Client: query -- param skipped: index =
1610614798.
01-30 19:28:25.936 13234 14498 D CCodecBufferChannel: [c2.android.aac.decoder#147]
Created input block pool with allocatorID 16 => poolID 18 - OK (0)
01-30 19:28:25.941 13234 13899 D BufferPoolAccessor: bufferpool2 0xad796710 : 0(0
size) total buffers - 0(0 size) used buffers - 1/7 (recycle/alloc) - 6/336
(fetch/transfer)
01-30 19:28:25.943 13234 13899 D BufferPoolAccessor: Destruction - bufferpool2
0xad796710 cached: 0/0M, 0/0% in use; allocs: 7, 14% recycled; transfers: 336, 98%
unfetced
01-30 19:28:25.944 13234 14498 I CCodecBufferChannel: [c2.android.aac.decoder#147]
Created output block pool with allocatorID 16 => poolID 1152 - OK
01-30 19:28:25.945 13234 14498 D CCodecBufferChannel: [c2.android.aac.decoder#147]
Configured output block pool ids 1152 => OK
01-30 19:28:25.945 13234 14498 E C2AllocatorIon: >>>SEC mapUsage 0, 1
01-30 19:28:26.165 13234 14489 I ACodec : [] Now uninitialized
01-30 19:28:26.165 13234 14504 I ACodec : [] onAllocateComponent
01-30 19:28:26.167 13234 14504 I OMXClient: IOmx service obtained
01-30 19:28:26.213 13234 14504 I ACodec : [OMX.Exynos.vp9.dec] Now Loaded
01-30 19:28:26.215 13234 14503 D SurfaceUtils: connecting to surface 0xa8588008,
reason connectToSurface
01-30 19:28:26.216 13234 14503 I MediaCodec: [OMX.Exynos.vp9.dec] setting surface
generation to 13551618
01-30 19:28:26.216 13234 14503 D SurfaceUtils: disconnecting from surface
0xa8588008, reason connectToSurface(reconnect)
01-30 19:28:26.216 13234 14503 D SurfaceUtils: connecting to surface 0xa8588008,
reason connectToSurface(reconnect)
01-30 19:28:26.217 13234 14504 I ACodec : app-pid(13234)
01-30 19:28:26.218 13234 14504 I ACodec : can't find wfdsink-exynos-enable
01-30 19:28:26.218 13234 14504 I SmartFittingClass: Create SmartFitting Version 2.0
01-30 19:28:26.219 13234 14504 I SmartFittingClass: Init, [State:UNINITIALIZED]
pid: 13234
01-30 19:28:26.229 13234 14504 I ACodec : [OMX.Exynos.vp9.dec] Now Loaded->Idle
01-30 19:28:26.232 13234 14509 I SmartFittingClass: InitialCheck()
01-30 19:28:26.232 13234 14509 I SmartFittingClass: Create
SmartFittingManagerServiceProxy!!
01-30 19:28:26.232 13234 14509 I SmartFittingClass:
SmartFittingManagerServiceProxy::init
01-30 19:28:26.233 13234 14509 I SmartFittingClass: Create
SmartFittingManagerServiceProxy::EventHandler
01-30 19:28:26.234 13234 14509 I SmartFittingClass:
SmartFittingManagerServiceProxy::onAddSmartFittingListener pid: 13234
01-30 19:28:26.234 13234 14509 I SmartFittingClass: Create SmartFittingListener
01-30 19:28:26.248 13234 14504 D SurfaceUtils: set up nativeWindow 0xa8588008 for
640x360, color 0x105, rotation 0, usage 0x602900
01-30 19:28:26.249 13234 14504 I ACodec : [OMX.Exynos.vp9.dec]
configureOutputBuffersFromNativeWindow setBufferCount : 8, minUndequeuedBuffers : 4
01-30 19:28:26.251 13234 14504 I ACodec : [OMX.Exynos.vp9.dec] Now Idle->Executing
01-30 19:28:26.251 13234 14504 I ACodec : [OMX.Exynos.vp9.dec] Now Executing
01-30 19:28:26.253 13234 14503 I MediaCodec: setCodecState state : 0
01-30 19:28:26.277 13234 14509 I SmartFittingClass: InitialCheck, WhiteListStatus
returned from CodecSolution : 0
01-30 19:28:26.277 13234 14509 I SmartFittingClass: InitialCheck, [State:FINISHED]
SmartFitting has not been activated by App. Shut Down SmartFitting.
01-30 19:28:26.628 13234 13248 I droid.ogyoutub: Background concurrent copying GC
freed 39709(1790KB) AllocSpace objects, 12(356KB) LOS objects, 49% free,
8989KB/17MB, paused 457us total 144.043ms
01-30 19:28:26.660 13234 14504 I ACodec : [OMX.Exynos.vp9.dec] Now handling output
port settings change
01-30 19:28:26.665 13234 14504 D SurfaceUtils: set up nativeWindow 0xa8588008 for
640x360, color 0x105, rotation 0, usage 0x602900
01-30 19:28:26.665 13234 14504 I ACodec : [OMX.Exynos.vp9.dec]
configureOutputBuffersFromNativeWindow setBufferCount : 14, minUndequeuedBuffers :
4
01-30 19:28:26.677 13234 14504 I ACodec : [OMX.Exynos.vp9.dec] Now Executing
01-30 19:28:26.682 13234 14503 I MediaCodec: setCodecState state : 1
01-30 19:28:27.029 13234 14489 W AudioTrack: Use of stream types is deprecated for
operations other than volume control
01-30 19:28:27.029 13234 14489 W AudioTrack: See the documentation of AudioTrack()
for what to use instead with android.media.AudioAttributes to qualify your playback
use case
01-30 19:28:27.029 13234 14489 D AudioTrack: setVolume(0.492279, 0.492279) pid :
13234
01-30 19:28:27.089 13234 13234 D SurfaceView: surfaceChanged (640,360) 1 #5
ssc{5d5e6e7 V.E...... ......I. 0,0-1080,607}
01-30 19:28:27.096 13234 13234 V MediaRouter: Selecting route: RouteInfo{ name=BT
MUSIC, description=Bluetooth audio, status=null,
category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ,
presentationDisplay=null }
01-30 19:28:27.100 13234 13327 W YouTube : Pinging
https://s.youtube.com/api/stats/watchtime?cl=292045940&docid=0-
YrRDlV0Gg&ei=6eAyXqqpDIDL3LUP29-
y4AM&feature=search&fexp=23855886%2C23874740%2C23744176%2C1714250%2C23848795%2C2383
7860%2C23859863%2C11218216%2C23839597%2C23803853%2C23811269%2C23841119%2C23748146%2
C23869313%2C23837993%2C23874684%2C23836249&ns=yt&plid=AAWdW9hfMZwaMqUQ&referrer=you
tube-android%3A%2F%2Fwww.youtube.com%2Fresults%3Fsearch_query%3Dtere%2Bliye
%2Bduniya&el=detailpage&len=279&of=0DCdPUgmZ5ZCS07po8NbmQ&vm=CAMQARgBKiAxdmJNZmdvMD
BlcDlIU2JmbHhFMURuUDk2dkxUMHRDMg&cpn=3qhUd99C6AGXEIw8&ver=2&cplatform=mobile&cbr=co
m.google.android.ogyoutube&c=android&cmodel=SM-
M205F&cos=Android&cbrver=12.43.52&cver=12.43.52&cosver=10&cbrand=samsung&rt=24.8&la
ct=1367&fmt=243&afmt=139&state=playing&st=7.0&vis=0&conn=6&uao=0&snd=6&vnd=0&et=7.1
&rtn=30.0
01-30 19:28:27.107 13234 13234 D OGMods : setState:Playing
01-30 19:28:30.634 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
ViewPostIme key 0
01-30 19:28:30.643 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
ViewPostIme key 1
01-30 19:28:30.988 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/249 (fetch/transfer)
01-30 19:28:31.655 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
ViewPostIme key 0
01-30 19:28:31.659 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
ViewPostIme key 1
01-30 19:28:32.271 13234 13327 W YouTube : Pinging
https://s.youtube.com/api/stats/watchtime?cl=292045940&docid=0-
YrRDlV0Gg&ei=6eAyXqqpDIDL3LUP29-
y4AM&feature=search&fexp=23855886%2C23874740%2C23744176%2C1714250%2C23848795%2C2383
7860%2C23859863%2C11218216%2C23839597%2C23803853%2C23811269%2C23841119%2C23748146%2
C23869313%2C23837993%2C23874684%2C23836249&ns=yt&plid=AAWdW9hfMZwaMqUQ&referrer=you
tube-android%3A%2F%2Fwww.youtube.com%2Fresults%3Fsearch_query%3Dtere%2Bliye
%2Bduniya&el=detailpage&len=279&of=0DCdPUgmZ5ZCS07po8NbmQ&vm=CAMQARgBKiAxdmJNZmdvMD
BlcDlIU2JmbHhFMURuUDk2dkxUMHRDMg&cpn=3qhUd99C6AGXEIw8&ver=2&cplatform=mobile&cbr=co
m.google.android.ogyoutube&c=android&cmodel=SM-
M205F&cos=Android&cbrver=12.43.52&cver=12.43.52&cosver=10&cbrand=samsung&rt=30.0&la
ct=611&fmt=243&afmt=139&state=playing&st=7.1&vis=0&conn=6&uao=0&snd=6&vnd=0&et=11.8
&rti=30.0&rtn=330.0
01-30 19:28:32.462 13234 13234 W YouTube : Connection failed with result:
ConnectionResult{statusCode=CANCELED, resolution=null, message=null}
01-30 19:28:36.052 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/358 (fetch/transfer)
01-30 19:28:36.323 13234 13234 D InputMethodManager: prepareNavigationBarInfo()
DecorView@b926282[WatchWhileActivity]
01-30 19:28:36.323 13234 13234 D InputMethodManager: getNavigationBarColor()
-855310
01-30 19:28:36.324 13234 13234 V InputMethodManager: Starting input:
tba=com.google.android.ogyoutube ic=null mNaviBarColor -855310
mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
01-30 19:28:36.324 13234 13234 D InputMethodManager: startInputInner - Id : 0
01-30 19:28:36.324 13234 13234 I InputMethodManager: startInputInner -
mService.startInputOrWindowGainedFocus
01-30 19:28:36.327 13234 13234 D InputTransport: Input channel destroyed:
'ClientS', fd=114
01-30 19:28:36.822 13234 13234 D OGMods : Using the old MediaController
01-30 19:28:36.830 13234 14659 D OGMods : Using the old MediaController
01-30 19:28:37.038 13234 13234 D OGMods : onPause:true,isPopup:false
01-30 19:28:37.039 13234 13234 D OGMods : onPause:true,isPopup:false
01-30 19:28:37.039 13234 13234 D OGMods : onPause:true,isPopup:false
01-30 19:28:37.055 13234 13257 I System.out: (HTTPLog)-Static: isSBSettingEnabled
false
01-30 19:28:37.055 13234 13257 I System.out: (HTTPLog)-Static: isSBSettingEnabled
false
01-30 19:28:37.114 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
stopped(true) old=false
01-30 19:28:37.117 13234 13234 D SurfaceView: windowStopped(true) false ssc{5d5e6e7
V.E...... ........ 0,0-1080,607} of ViewRootImpl@5f86ecd[WatchWhileActivity]
01-30 19:28:37.118 13234 13234 D SurfaceView: surfaceDestroyed callback.size 1 #1
ssc{5d5e6e7 V.E...... ........ 0,0-1080,607}
01-30 19:28:37.120 13234 14504 I ACodec : [OMX.Exynos.vp9.dec] Now Executing->Idle
01-30 19:28:37.131 13234 14504 I ACodec : [OMX.Exynos.vp9.dec] Now Idle->Loaded
01-30 19:28:37.131 13234 14504 I ACodec : [OMX.Exynos.vp9.dec] Now Loaded
01-30 19:28:37.131 13234 14504 I ACodec : [OMX.Exynos.vp9.dec] Now
kWhatShutdownCompleted event : 8497
01-30 19:28:37.131 13234 14503 D SurfaceUtils: disconnecting from surface
0xa8588008, reason disconnectFromSurface
01-30 19:28:37.136 13234 14504 I SmartFittingClass: ShutDownSmartFitting!!
01-30 19:28:37.136 13234 14504 I SmartFittingClass:
SmartFittingManagerServiceProxy::Deinit
01-30 19:28:37.138 13234 13611 I SmartFittingClass: Destroy
~SmartFittingManagerServiceProxy::EventHandler
01-30 19:28:37.138 13234 14504 I SmartFittingClass: Destroy SmartFitting!!
01-30 19:28:37.138 13234 13611 I SmartFittingClass: Destroy SmartFittingListener
01-30 19:28:37.138 13234 14504 I SmartFittingClass: Destroy
SmartFittingManagerServiceProxy!!
01-30 19:28:37.139 13234 14504 I ACodec : [OMX.Exynos.vp9.dec] Now uninitialized
01-30 19:28:37.140 13234 14504 I ACodec : [] Now kWhatShutdownCompleted event :
8497
01-30 19:28:37.140 13234 14503 I MediaCodec: Codec shutdown complete
01-30 19:28:37.146 13234 13234 D SurfaceView: remove() ssc{5d5e6e7
V.E...... ........ 0,0-1080,607} Surface(name=SurfaceView -
com.google.android.ogyoutube/com.google.android.apps.ogyoutube.app.WatchWhileActivi
ty@5d5e6e7@1)/@0xeb4c334
01-30 19:28:37.163 13234 13234 D SensorManager: unregisterListener ::
01-30 19:28:37.209 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]: Relayout
returned: old=(0,0,1080,2340) new=(0,0,1080,2340) req=(1080,2340)0 dur=14 res=0x1
s={true 2839205888} ch=true
01-30 19:28:37.211 13234 13348 D OpenGLRenderer: createReliableSurface :
0xb0ed4100, 0xa93ad800
01-30 19:28:37.215 13234 13348 W libEGL : EGLNativeWindowType 0xd6019708
disconnect failed
01-30 19:28:37.216 13234 13348 D mali_winsys: EGLint
new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig,
egl_winsys_surface **, EGLBoolean) returns 0x3000
01-30 19:28:37.228 13234 13234 W Notification: Use of stream types is deprecated
for operations other than volume control
01-30 19:28:37.228 13234 13234 W Notification: See the documentation of setSound()
for what to use instead with android.media.AudioAttributes to qualify your playback
use case
01-30 19:28:37.726 13234 14670 I System.out: (HTTPLog)-Static: isSBSettingEnabled
false
01-30 19:28:37.726 13234 14670 I System.out: (HTTPLog)-Static: isSBSettingEnabled
false
01-30 19:28:37.778 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
MSG_WINDOW_FOCUS_CHANGED 0 1
01-30 19:28:37.778 13234 13234 D InputMethodManager: prepareNavigationBarInfo()
DecorView@b926282[WatchWhileActivity]
01-30 19:28:37.778 13234 13234 D InputMethodManager: getNavigationBarColor()
-855310
01-30 19:28:39.126 13234 13257 I System.out: (HTTPLog)-Static: isSBSettingEnabled
false
01-30 19:28:39.126 13234 13257 I System.out: (HTTPLog)-Static: isSBSettingEnabled
false
01-30 19:28:39.505 13234 14670 I System.out: (HTTPLog)-Static: isSBSettingEnabled
false
01-30 19:28:39.505 13234 14670 I System.out: (HTTPLog)-Static: isSBSettingEnabled
false
01-30 19:28:41.098 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/467 (fetch/transfer)
01-30 19:28:46.778 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/589 (fetch/transfer)
01-30 19:28:50.080 13234 13899 D CCodecBuffers: [c2.android.aac.decoder#147:1D-
Input.Impl[N]] codec released a buffer owned by client (index 0)
01-30 19:28:51.984 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/701 (fetch/transfer)
01-30 19:28:57.423 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/818 (fetch/transfer)
01-30 19:29:02.804 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/934 (fetch/transfer)
01-30 19:29:08.245 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/1051 (fetch/transfer)
01-30 19:29:13.251 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/1159 (fetch/transfer)
01-30 19:29:18.442 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/1274 (fetch/transfer)
01-30 19:29:20.461 13234 13248 I droid.ogyoutub: Background concurrent copying GC
freed 113461(4405KB) AllocSpace objects, 55(2512KB) LOS objects, 49% free,
10MB/21MB, paused 519us total 150.749ms
01-30 19:29:21.018 13234 13899 D CCodecBuffers: [c2.android.aac.decoder#147:1D-
Input.Impl[N]] codec released a buffer owned by client (index 0)
01-30 19:29:23.873 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/1388 (fetch/transfer)
01-30 19:29:29.317 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/1505 (fetch/transfer)
01-30 19:29:34.380 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/1614 (fetch/transfer)
01-30 19:29:39.585 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/1730 (fetch/transfer)
01-30 19:29:45.219 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/1847 (fetch/transfer)
01-30 19:29:50.413 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/1959 (fetch/transfer)
01-30 19:29:55.789 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/2075 (fetch/transfer)
01-30 19:30:00.821 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/2183 (fetch/transfer)
01-30 19:30:06.025 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/2295 (fetch/transfer)
01-30 19:30:11.109 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/2405 (fetch/transfer)
01-30 19:30:16.355 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/2518 (fetch/transfer)
01-30 19:30:21.810 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/2635 (fetch/transfer)
01-30 19:30:27.050 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/2748 (fetch/transfer)
01-30 19:30:27.266 13234 13899 D CCodecBuffers: [c2.android.aac.decoder#147:1D-
Input.Impl[N]] codec released a buffer owned by client (index 0)
01-30 19:30:32.204 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/2859 (fetch/transfer)
01-30 19:30:36.579 13234 13899 D CCodecBuffers: [c2.android.aac.decoder#147:1D-
Input.Impl[N]] codec released a buffer owned by client (index 0)
01-30 19:30:37.264 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/2968 (fetch/transfer)
01-30 19:30:42.544 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/3082 (fetch/transfer)
01-30 19:30:48.209 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/3204 (fetch/transfer)
01-30 19:30:53.605 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/3320 (fetch/transfer)
01-30 19:30:59.001 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/3436 (fetch/transfer)
01-30 19:31:04.280 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/3550 (fetch/transfer)
01-30 19:31:08.046 13234 13899 D CCodecBuffers: [c2.android.aac.decoder#147:1D-
Input.Impl[N]] codec released a buffer owned by client (index 0)
01-30 19:31:09.312 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/3659 (fetch/transfer)
01-30 19:31:14.607 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/3772 (fetch/transfer)
01-30 19:31:20.130 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/3891 (fetch/transfer)
01-30 19:31:25.358 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/4007 (fetch/transfer)
01-30 19:31:30.577 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/4116 (fetch/transfer)
01-30 19:31:36.283 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/4239 (fetch/transfer)
01-30 19:31:41.672 13234 13899 D CCodecBuffers: [c2.android.aac.decoder#147:1D-
Input.Impl[N]] codec released a buffer owned by client (index 0)
01-30 19:31:41.676 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/4356 (fetch/transfer)
01-30 19:31:47.302 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/4476 (fetch/transfer)
01-30 19:31:52.409 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/4586 (fetch/transfer)
01-30 19:31:57.617 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/4702 (fetch/transfer)
01-30 19:32:03.266 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/4820 (fetch/transfer)
01-30 19:32:08.286 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/4928 (fetch/transfer)
01-30 19:32:13.711 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/5045 (fetch/transfer)
01-30 19:32:18.921 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/5157 (fetch/transfer)
01-30 19:32:24.027 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/5267 (fetch/transfer)
01-30 19:32:29.098 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/5376 (fetch/transfer)
01-30 19:32:34.371 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/5490 (fetch/transfer)
01-30 19:32:39.577 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/5602 (fetch/transfer)
01-30 19:32:44.836 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/5715 (fetch/transfer)
01-30 19:32:49.337 13234 13899 D CCodecBuffers: [c2.android.aac.decoder#147:1D-
Input.Impl[N]] codec released a buffer owned by client (index 0)
01-30 19:32:50.259 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/5832 (fetch/transfer)
01-30 19:32:55.276 13234 14498 D BufferPoolAccessor: bufferpool2 0xb3930110 :
6(49152 size) total buffers - 5(40960 size) used buffers - 1/7 (recycle/alloc) -
6/5940 (fetch/transfer)
01-30 19:32:58.681 13234 14489 D AudioTrack: stop(18170): called with 11982848
frames delivered
01-30 19:32:59.356 13234 13304 W YouTube : Pinging
https://s.youtube.com/api/stats/watchtime?cl=292045940&docid=0-
YrRDlV0Gg&ei=6eAyXqqpDIDL3LUP29-
y4AM&feature=search&fexp=23855886%2C23874740%2C23744176%2C1714250%2C23848795%2C2383
7860%2C23859863%2C11218216%2C23839597%2C23803853%2C23811269%2C23841119%2C23748146%2
C23869313%2C23837993%2C23874684%2C23836249&ns=yt&plid=AAWdW9hfMZwaMqUQ&referrer=you
tube-android%3A%2F%2Fwww.youtube.com%2Fresults%3Fsearch_query%3Dtere%2Bliye
%2Bduniya&el=detailpage&len=279&of=0DCdPUgmZ5ZCS07po8NbmQ&vm=CAMQARgBKiAxdmJNZmdvMD
BlcDlIU2JmbHhFMURuUDk2dkxUMHRDMg&cpn=3qhUd99C6AGXEIw8&ver=2&cplatform=mobile&cbr=co
m.google.android.ogyoutube&c=android&cmodel=SM-
M205F&cos=Android&cbrver=12.43.52&cver=12.43.52&cosver=10&cbrand=samsung&rt=297.1&l
act=267687&afmt=139&state=paused&st=11.8,15.8&vis=0,3&conn=6,6&uao=0,0&snd=6,6&vnd=
0,0&et=15.8,279.0&rti=330.0&rtn=630.0
01-30 19:32:59.467 13234 13284 W YouTube : Pinging
https://s.youtube.com/api/stats/watchtime?cl=292045940&docid=0-
YrRDlV0Gg&ei=6eAyXqqpDIDL3LUP29-
y4AM&feature=search&fexp=23855886%2C23874740%2C23744176%2C1714250%2C23848795%2C2383
7860%2C23859863%2C11218216%2C23839597%2C23803853%2C23811269%2C23841119%2C23748146%2
C23869313%2C23837993%2C23874684%2C23836249&ns=yt&plid=AAWdW9hfMZwaMqUQ&referrer=you
tube-android%3A%2F%2Fwww.youtube.com%2Fresults%3Fsearch_query%3Dtere%2Bliye
%2Bduniya&el=detailpage&len=279&of=0DCdPUgmZ5ZCS07po8NbmQ&vm=CAMQARgBKiAxdmJNZmdvMD
BlcDlIU2JmbHhFMURuUDk2dkxUMHRDMg&cpn=3qhUd99C6AGXEIw8&ver=2&cplatform=mobile&cbr=co
m.google.android.ogyoutube&c=android&cmodel=SM-
M205F&cos=Android&cbrver=12.43.52&cver=12.43.52&cosver=10&cbrand=samsung&rt=297.2&l
act=267799&afmt=139&state=paused&st=279.0&vis=3&conn=6&uao=0&snd=6&vnd=0&et=279.0&f
inal=1&rti=630.0
01-30 19:32:59.523 13234 14498 I MediaCodec: Codec shutdown complete
01-30 19:32:59.569 13234 13234 W Notification: Use of stream types is deprecated
for operations other than volume control
01-30 19:32:59.569 13234 13234 W Notification: See the documentation of setSound()
for what to use instead with android.media.AudioAttributes to qualify your playback
use case
01-30 19:32:59.637 13234 13234 W Notification: Use of stream types is deprecated
for operations other than volume control
01-30 19:32:59.637 13234 13234 W Notification: See the documentation of setSound()
for what to use instead with android.media.AudioAttributes to qualify your playback
use case
01-30 19:32:59.661 13234 13234 W Notification: Use of stream types is deprecated
for operations other than volume control
01-30 19:32:59.662 13234 13234 W Notification: See the documentation of setSound()
for what to use instead with android.media.AudioAttributes to qualify your playback
use case
01-30 19:32:59.667 13234 13234 D OGMods : setState:Finished
01-30 19:32:59.668 13234 13234 D OGMods : playerState = Finished
01-30 19:32:59.669 13234 13234 D OGMods : setState:Loading
01-30 19:32:59.797 13234 13234 W YouTube : CsiAction [ucr] already ticked psns.
Ignored.
01-30 19:33:02.057 13234 13234 W YouTube : CsiAction [ucr] already ticked psns.
Ignored.
01-30 19:33:02.496 13234 13234 W YouTube : CsiAction [ucr] already ticked psns.
Ignored.
01-30 19:33:02.559 13234 13234 W Notification: Use of stream types is deprecated
for operations other than volume control
01-30 19:33:02.560 13234 13234 W Notification: See the documentation of setSound()
for what to use instead with android.media.AudioAttributes to qualify your playback
use case
01-30 19:36:02.851 13234 13234 V MediaRouter: Selecting route:
RouteInfo{ name=Phone, description=null, status=null,
category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
01-30 19:36:02.887 13234 13234 V MediaRouter: Audio routes updated:
AudioRoutesInfo{ type=SPEAKER }, a2dp=false
01-30 19:36:02.887 13234 13234 V MediaRouter: Selecting route:
RouteInfo{ name=Phone, description=null, status=null,
category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
01-30 19:36:02.900 13234 13234 V MediaRouter: Selecting route:
RouteInfo{ name=Phone, description=null, status=null,
category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
01-30 19:36:14.176 13234 13234 V MediaRouter: Audio routes updated:
AudioRoutesInfo{ type=SPEAKER, bluetoothName=BT MUSIC }, a2dp=true
01-30 19:36:14.177 13234 13234 V MediaRouter: Selecting route: RouteInfo{ name=BT
MUSIC, description=Bluetooth audio, status=null,
category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ,
presentationDisplay=null }
01-30 19:36:14.243 13234 13234 V MediaRouter: Selecting route: RouteInfo{ name=BT
MUSIC, description=Bluetooth audio, status=null,
category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ,
presentationDisplay=null }
01-30 19:41:48.982 13234 13234 V MediaRouter: Selecting route:
RouteInfo{ name=Phone, description=null, status=null,
category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
01-30 19:41:49.005 13234 13234 V MediaRouter: Audio routes updated:
AudioRoutesInfo{ type=SPEAKER }, a2dp=false
01-30 19:41:49.006 13234 13234 V MediaRouter: Selecting route:
RouteInfo{ name=Phone, description=null, status=null,
category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
01-30 19:41:49.011 13234 13234 V MediaRouter: Selecting route:
RouteInfo{ name=Phone, description=null, status=null,
category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
01-30 19:43:25.506 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
stopped(false) old=true
01-30 19:43:25.507 13234 13234 D SurfaceView: windowStopped(false) true ssc{5d5e6e7
V.E...... ........ 0,0-1080,607} of ViewRootImpl@5f86ecd[WatchWhileActivity]
01-30 19:43:25.521 13234 13234 D SurfaceView: surfaceCreated 1 #1 ssc{5d5e6e7
V.E...... ........ 0,0-1080,607}
01-30 19:43:25.526 13234 13234 D SurfaceView: surfaceChanged (640,360) 1 #1
ssc{5d5e6e7 V.E...... ........ 0,0-1080,607}
01-30 19:43:25.817 13234 13234 D OGMods : setState:Playing
01-30 19:43:26.144 13234 13234 D SensorManager: registerListener :: 0, LSM6DSL
Accelerometer, 200000, 0,
01-30 19:43:26.393 13234 13234 I Choreographer: Skipped 52 frames! The application
may be doing too much work on its main thread.
01-30 19:43:26.427 13234 13234 D SurfaceView: onWindowVisibilityChanged(0) true
ssc{5d5e6e7 V.E...... ......ID 0,0-1080,607} of
ViewRootImpl@5f86ecd[WatchWhileActivity]
01-30 19:43:26.431 13234 13348 W libEGL : EGLNativeWindowType 0xb0ed4108
disconnect failed
01-30 19:43:26.437 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]: Relayout
returned: old=(0,0,1080,2340) new=(0,0,1080,2340) req=(1080,2340)0 dur=4
res=0x40001 s={true 2839205888} ch=false
01-30 19:43:26.441 13234 13348 D OpenGLRenderer: createReliableSurface :
0xb0ed4100, 0xa93ad800
01-30 19:43:26.442 13234 13348 D mali_winsys: EGLint
new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig,
egl_winsys_surface **, EGLBoolean) returns 0x3000
01-30 19:43:26.446 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
stopped(false) old=false
01-30 19:43:26.446 13234 13234 D OGMods : Stopping SERVICE
01-30 19:43:26.494 13234 13234 E YouTube : Media progress reported outside media
playback: PLAYBACK_PENDING
01-30 19:43:26.526 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
MSG_WINDOW_FOCUS_CHANGED 1 1
01-30 19:43:26.526 13234 13234 D InputMethodManager: prepareNavigationBarInfo()
DecorView@b926282[WatchWhileActivity]
01-30 19:43:26.526 13234 13234 D InputMethodManager: getNavigationBarColor()
-855310
01-30 19:43:26.537 13234 13234 D InputMethodManager: prepareNavigationBarInfo()
DecorView@b926282[WatchWhileActivity]
01-30 19:43:26.538 13234 13234 D InputMethodManager: getNavigationBarColor()
-855310
01-30 19:43:26.538 13234 13234 V InputMethodManager: Starting input:
tba=com.google.android.ogyoutube ic=null mNaviBarColor -855310
mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
01-30 19:43:26.538 13234 13234 D InputMethodManager: startInputInner - Id : 0
01-30 19:43:26.538 13234 13234 I InputMethodManager: startInputInner -
mService.startInputOrWindowGainedFocus
01-30 19:43:26.545 13234 13234 D InputTransport: Input channel destroyed:
'ClientS', fd=150
01-30 19:43:26.624 13234 13234 D OGMods : setState:Paused
01-30 19:43:26.666 13234 13234 D OGMods : setState:Finished
01-30 19:43:26.673 13234 13234 D OGMods : setState:Error
01-30 19:43:28.201 13234 13234 D OGMods : onPause:false,isPopup:false
01-30 19:43:28.203 13234 13234 I chatty : uid=10240(com.google.android.ogyoutube)
identical 1 line
01-30 19:43:28.204 13234 13234 D OGMods : onPause:false,isPopup:false
01-30 19:43:28.228 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
MSG_WINDOW_FOCUS_CHANGED 0 1
01-30 19:43:28.228 13234 13234 D InputMethodManager: prepareNavigationBarInfo()
DecorView@b926282[WatchWhileActivity]
01-30 19:43:28.228 13234 13234 D InputMethodManager: getNavigationBarColor()
-855310
01-30 19:43:28.462 13234 13234 D InputTransport: Input channel destroyed:
'ClientS', fd=51
01-30 19:43:28.846 13234 13234 D SurfaceView: onWindowVisibilityChanged(8) false
ssc{5d5e6e7 V.E...... ........ 0,0-1080,607} of
ViewRootImpl@5f86ecd[WatchWhileActivity]
01-30 19:43:28.847 13234 13234 D SurfaceView: surfaceDestroyed callback.size 1 #2
ssc{5d5e6e7 V.E...... ........ 0,0-1080,607}
01-30 19:43:28.851 13234 13234 D SurfaceView: remove() ssc{5d5e6e7
V.E...... ........ 0,0-1080,607} Surface(name=SurfaceView -
com.google.android.ogyoutube/com.google.android.apps.ogyoutube.app.WatchWhileActivi
ty@5d5e6e7@2)/@0x3791b12
01-30 19:43:28.870 13234 13348 W libEGL : EGLNativeWindowType 0xb0ed4108
disconnect failed
01-30 19:43:28.891 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]: Relayout
returned: old=(0,0,1080,2340) new=(0,0,1080,2340) req=(1080,2340)8 dur=18 res=0x5
s={false 0} ch=true
01-30 19:43:29.058 13234 13234 D ViewRootImpl@5f86ecd[WatchWhileActivity]:
stopped(true) old=false
01-30 19:43:29.059 13234 13234 D SurfaceView: windowStopped(true) false ssc{5d5e6e7
V.E...... ........ 0,0-1080,607} of ViewRootImpl@5f86ecd[WatchWhileActivity]
01-30 19:43:29.119 13234 13234 D SensorManager: unregisterListener ::
01-30 19:43:34.221 13234 13250 W System : A resource failed to call dispose.

You might also like