0% found this document useful (0 votes)
7 views250 pages

logcat1743817719049

The document logs a fatal exception in the Google Camera application due to an attempt to start a background service while the app is in the background, resulting in a BackgroundServiceStartNotAllowedException. It also contains various debug messages related to camera state changes and compatibility changes reported by the CameraManager. Additionally, there are warnings about unsupported audio and video mime types during the camera operations.
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)
7 views250 pages

logcat1743817719049

The document logs a fatal exception in the Google Camera application due to an attempt to start a background service while the app is in the background, resulting in a BackgroundServiceStartNotAllowedException. It also contains various debug messages related to camera state changes and compatibility changes reported by the CameraManager. Additionally, there are warnings about unsupported audio and video mime types during the camera operations.
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/ 250

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

04-03 03:16:15.119 15126 15126 E AndroidRuntime: FATAL EXCEPTION: main


04-03 03:16:15.119 15126 15126 E AndroidRuntime: Process:
com.google.android.GoogleCameraEngR18F1, PID: 15126
04-03 03:16:15.119 15126 15126 E AndroidRuntime: java.lang.RuntimeException:
android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service
Intent {
cmp=com.google.android.GoogleCameraEngR18F1/com.google.android.apps.camera.prewarm.
NoOpPrewarmService }: app is in background uid UidRecord{466149 u0a574 TRNB idle
change:procadj procs:0 seq(1733185,1732797)}
04-03 03:16:15.119 15126 15126 E AndroidRuntime: at
android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:109
)
04-03 03:16:15.119 15126 15126 E AndroidRuntime: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-03 03:16:15.119 15126 15126 E AndroidRuntime: at
android.os.Looper.loopOnce(Looper.java:226)
04-03 03:16:15.119 15126 15126 E AndroidRuntime: at
android.os.Looper.loop(Looper.java:313)
04-03 03:16:15.119 15126 15126 E AndroidRuntime: at
android.app.ActivityThread.main(ActivityThread.java:8762)
04-03 03:16:15.119 15126 15126 E AndroidRuntime: at
java.lang.reflect.Method.invoke(Native Method)
04-03 03:16:15.119 15126 15126 E AndroidRuntime: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
04-03 03:16:15.119 15126 15126 E AndroidRuntime: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
04-03 03:16:15.119 15126 15126 E AndroidRuntime: Caused by:
android.app.BackgroundServiceStartNotAllowedException: Not allowed to start service
Intent {
cmp=com.google.android.GoogleCameraEngR18F1/com.google.android.apps.camera.prewarm.
NoOpPrewarmService }: app is in background uid UidRecord{466149 u0a574 TRNB idle
change:procadj procs:0 seq(1733185,1732797)}
04-03 03:16:15.119 15126 15126 E AndroidRuntime: at
android.app.ContextImpl.startServiceCommon(ContextImpl.java:1981)
04-03 03:16:15.119 15126 15126 E AndroidRuntime: at
android.app.ContextImpl.startService(ContextImpl.java:1927)
04-03 03:16:15.119 15126 15126 E AndroidRuntime: at
android.content.ContextWrapper.startService(ContextWrapper.java:834)
04-03 03:16:15.119 15126 15126 E AndroidRuntime: at eoc.b(Unknown Source:7)
04-03 03:16:15.119 15126 15126 E AndroidRuntime: at
com.google.android.apps.camera.keepalive.ProcessGcService.onStartJob(Unknown
Source:48)
04-03 03:16:15.119 15126 15126 E AndroidRuntime: at
android.app.job.JobService$1.onStartJob(JobService.java:68)
04-03 03:16:15.119 15126 15126 E AndroidRuntime: at
android.app.job.JobServiceEngine$JobHandler.handleMessage(JobServiceEngine.java:105
)
04-03 03:16:15.119 15126 15126 E AndroidRuntime: ... 7 more
--------- beginning of main
04-05 09:48:39.101 7351 7351 D CompatibilityChangeReporter: Compat change id
reported: 183155436; UID 10574; state: DISABLED
04-05 09:48:39.102 7351 7387 I CameraManagerGlobal: Connecting to camera service
04-05 09:48:39.107 7351 7387 D VendorTagDescriptor: addVendorDescriptor: vendor
tag id 14172875900359437128 added
04-05 09:48:39.109 7351 7380 W AudioCapabilities: Unsupported mime audio/x-ape
04-05 09:48:39.109 7351 7380 W AudioCapabilities: Unsupported mime audio/x-ima
04-05 09:48:39.109 7351 7380 W AudioCapabilities: Unsupported mime audio/mpeg-L1
04-05 09:48:39.109 7351 7380 W AudioCapabilities: Unsupported mime audio/mpeg-L2
04-05 09:48:39.109 7351 7380 W VideoCapabilities: Unsupported mime video/mp43
04-05 09:48:39.109 7351 7380 W VideoCapabilities: Unsupported mime video/wvc1
04-05 09:48:39.109 7351 7380 W VideoCapabilities: Unsupported mime video/x-ms-wmv
04-05 09:48:39.109 7351 7380 W AudioCapabilities: Unsupported mime audio/x-ms-wma
04-05 09:48:39.109 7351 7380 W VideoCapabilities: Unsupported mime video/x-ms-
wmv7
04-05 09:48:39.109 7351 7380 W VideoCapabilities: Unsupported mime video/x-ms-
wmv8
04-05 09:48:39.110 7351 7391 D CameraManager2: GotArray:0
04-05 09:48:39.110 7351 7391 D CameraManager2: GotArray:1
04-05 09:48:39.110 7351 7391 D CameraManager2: GotArray:2
04-05 09:48:39.110 7351 7391 D CameraManager2: GotArray:3
04-05 09:48:39.110 7351 7361 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client com.whatsapp API Level
2User Id 0
04-05 09:48:39.110 7351 7351 I DecorView: [INFO] isPopOver=false config=true
04-05 09:48:39.110 7351 7351 I DecorView: updateCaptionType: isFloating=false
isApplication=true hasWindowDecorCaption=false this=DecorView@b927932[]
04-05 09:48:39.110 7351 7351 D DecorView: setCaptionType = 0, this =
DecorView@b927932[]
04-05 09:48:39.110 7351 7361 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 09:48:39.111 7351 7361 I CameraManagerGlobal: Camera 2 facing
CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client android.system API
Level 2User Id 0
04-05 09:48:39.111 7351 7361 I CameraManagerGlobal: Camera 20 facing
CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client android.system API
Level 2User Id 0
04-05 09:48:39.111 7351 7360 I CameraManagerGlobal: Camera 23 facing
CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client android.system API
Level 2User Id 0
04-05 09:48:39.111 7351 7364 I CameraManagerGlobal: Camera 3 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client android.system API
Level 2User Id 0
04-05 09:48:39.111 7351 7360 I CameraManagerGlobal: Camera 4 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client android.system API
Level 2User Id 0
04-05 09:48:39.111 7351 7360 I CameraManagerGlobal: Camera 40 facing
CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client android.system API
Level 2User Id 0
04-05 09:48:39.111 7351 7360 I CameraManagerGlobal: Camera 41 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client android.system API
Level 2User Id 0
04-05 09:48:39.111 7351 7360 I CameraManagerGlobal: Camera 50 facing
CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client android.system API
Level 2User Id 0
04-05 09:48:39.111 7351 7360 I CameraManagerGlobal: Camera 54 facing
CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client android.system API
Level 2User Id 0
04-05 09:48:39.111 7351 7360 I CameraManagerGlobal: Camera 80 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client android.system API
Level 2User Id 0
04-05 09:48:39.111 7351 7393 D CameraManager2: GotArray:0
04-05 09:48:39.111 7351 7393 D CameraManager2: GotArray:1
04-05 09:48:39.111 7351 7393 D CameraManager2: GotArray:2
04-05 09:48:39.111 7351 7393 D CameraManager2: GotArray:3
04-05 09:48:39.112 7351 7351 I DecorView: getCurrentDensityDpi: from real
metrics. densityDpi=420 msg=resources_loaded
04-05 09:48:39.112 7351 7351 I DecorView: setWindowBackground: isPopOver=false
color=fff6f6f6 d=android.graphics.drawable.LayerDrawable@86af67e
04-05 09:48:39.114 7351 7393 D CameraManager2: GotArray:0
04-05 09:48:39.114 7351 7393 D CameraManager2: GotArray:1
04-05 09:48:39.115 7351 7393 D CameraManager2: GotArray:2
04-05 09:48:39.115 7351 7393 D CameraManager2: GotArray:3
04-05 09:48:39.118 7351 7351 D CompatibilityChangeReporter: Compat change id
reported: 210923482; UID 10574; state: DISABLED
04-05 09:48:39.119 7351 7351 D CompatibilityChangeReporter: Compat change id
reported: 37756858; UID 10574; state: ENABLED
04-05 09:48:39.124 7351 7387 D CompatibilityChangeReporter: Compat change id
reported: 194532703; UID 10574; state: DISABLED
04-05 09:48:39.125 7351 7393 D CameraManager2: GotArray:0
04-05 09:48:39.125 7351 7393 D CameraManager2: GotArray:1
04-05 09:48:39.125 7351 7393 D CameraManager2: GotArray:2
04-05 09:48:39.125 7351 7393 D CameraManager2: GotArray:3
04-05 09:48:39.126 7351 7387 D CameraManager2: GotArray:0
04-05 09:48:39.126 7351 7387 D CameraManager2: GotArray:1
04-05 09:48:39.126 7351 7387 D CameraManager2: GotArray:2
04-05 09:48:39.126 7351 7387 D CameraManager2: GotArray:3
04-05 09:48:39.132 7351 7393 D CameraManager2: GotArray:0
04-05 09:48:39.132 7351 7393 D CameraManager2: GotArray:1
04-05 09:48:39.132 7351 7393 D CameraManager2: GotArray:2
04-05 09:48:39.132 7351 7393 D CameraManager2: GotArray:3
04-05 09:48:39.136 7351 7387 W CAM_A : Build number (G770FXXS9HXA1) is not a
number. Ignoring version check for b/149569689.
04-05 09:48:39.140 7351 7398 I CameraManager: registerAvailabilityCallback: Is
device callback = false
04-05 09:48:39.140 7351 7398 I CameraManagerGlobal: postSingleUpdate device:
camera id 0 status STATUS_PRESENT
04-05 09:48:39.141 7351 7398 I CameraManagerGlobal: postSingleUpdate device:
camera id 1 status STATUS_PRESENT
04-05 09:48:39.141 7351 7398 I CameraManagerGlobal: postSingleUpdate device:
camera id 2 status STATUS_PRESENT
04-05 09:48:39.141 7351 7398 I CameraManagerGlobal: postSingleUpdate device:
camera id 3 status STATUS_PRESENT
04-05 09:48:39.154 7351 7394 I CameraManagerGlobal: postSingleUpdate device:
camera id 0 status STATUS_NOT_AVAILABLE
04-05 09:48:39.156 7351 7393 E BufferQueueProducer: Unable to open libpenguin.so:
dlopen failed: library "libpenguin.so" not found.
04-05 09:48:39.170 7351 7364 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_OPEN for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:48:39.334 7351 7351 D Zoran Log: : ZFlash State is : true
04-05 09:48:39.381 7351 7351 I DeezNuts: MSG: SLIDER 1 FOCUS: 1.0E-4
04-05 09:48:39.381 7351 7351 I ProReC : setprogres0
04-05 09:48:39.382 7351 7351 I DeezNuts: MSG: SLIDER 0 IDX: 0
04-05 09:48:39.382 7351 7351 I ProReC : setprogres_iso0
04-05 09:48:39.382 7351 7351 I za.defcomk.prorec.cust2.RotSeek: setprogres_iso0
04-05 09:48:39.383 7351 7351 D CompatibilityChangeReporter: Compat change id
reported: 171228096; UID 10574; state: ENABLED
04-05 09:48:39.384 7351 7351 D ScrollView: initGoToTop
04-05 09:48:39.444 7351 7351 I MSHandlerLifeCycle: check: return.
pkg=com.google.android.GoogleCameraEngR18F1 parent=null
callers=com.android.internal.policy.DecorView.setVisibility:4412
android.app.ActivityThread.handleResumeActivity:5476
android.app.servertransaction.ResumeActivityItem.execute:54
android.app.servertransaction.ActivityTransactionItem.execute:45
android.app.servertransaction.TransactionExecutor.executeLifecycleState:176
04-05 09:48:39.444 7351 7351 I MSHandlerLifeCycle: removeMultiSplitHandler: no
exist. decor=DecorView@b927932[]
04-05 09:48:39.449 7351 7381 D NativeCustomFrequencyManager: [NativeCFMS]
BpCustomFrequencyManager::BpCustomFrequencyManager()
04-05 09:48:39.449 7351 7391 D CameraManager2: GotArray:0
04-05 09:48:39.449 7351 7391 D CameraManager2: GotArray:1
04-05 09:48:39.449 7351 7391 D CameraManager2: GotArray:2
04-05 09:48:39.449 7351 7391 D CameraManager2: GotArray:3
04-05 09:48:39.452 7351 7351 I DecorView: onImmersiveModeChanged:
isStatusBarHidden=true
04-05 09:48:39.452 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=false
04-05 09:48:39.453 7351 7351 D InsetsSourceConsumer: setRequestedVisible:
visible=false, type=20,
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher,
from=android.view.InsetsSourceConsumer.hide:257
android.view.InsetsController.collectSourceControls:1310
android.view.InsetsController.controlAnimationUnchecked:1164
android.view.InsetsController.applyAnimation:1576
android.view.InsetsController.applyAnimation:1557
android.view.InsetsController.hide:1093 android.view.InsetsController.hide:1068
android.view.ViewRootImpl.controlInsetsForCompatibility:3339
android.view.ViewRootImpl.setView:1698 android.view.WindowManagerGlobal.addView:567
04-05 09:48:39.453 7351 7351 D InsetsSourceConsumer: setRequestedVisible:
visible=false, type=0,
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher,
from=android.view.InsetsSourceConsumer.hide:257
android.view.InsetsController.collectSourceControls:1310
android.view.InsetsController.controlAnimationUnchecked:1164
android.view.InsetsController.applyAnimation:1576
android.view.InsetsController.applyAnimation:1557
android.view.InsetsController.hide:1093 android.view.InsetsController.hide:1068
android.view.ViewRootImpl.controlInsetsForCompatibility:3339
android.view.ViewRootImpl.setView:1698 android.view.WindowManagerGlobal.addView:567
04-05 09:48:39.458 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl.setView:1732
04-05 09:48:39.460 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: setView =
com.android.internal.policy.DecorView@b927932 TM=true
04-05 09:48:39.464 7351 7351 I MSHandlerLifeCycle: removeMultiSplitHandler: no
exist. decor=DecorView@b927932[CameraLauncher]
04-05 09:48:39.475 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=false
04-05 09:48:39.480 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals params={(0,0)(fillxfill) sim={state=always_hidden adjust=pan
forwardNavigation} layoutInDisplayCutoutMode=shortEdges ty=BASE_APPLICATION
fmt=TRANSLUCENT wanim=0x1030309 rotAnim=SEAMLESS
04-05 09:48:39.480 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810500
04-05 09:48:39.480 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 09:48:39.480 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 09:48:39.480 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 09:48:39.480 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 09:48:39.480 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 09:48:39.484 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals mFirst=true windowShouldResize=true viewVisibilityChanged=false
mForceNextWindowRelayout=false params={(0,0)(fillxfill) sim={state=always_hidden
adjust=pan forwardNavigation} layoutInDisplayCutoutMode=shortEdges
ty=BASE_APPLICATION fmt=TRANSLUCENT wanim=0x1030309 rotAnim=SEAMLESS
04-05 09:48:39.484 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810500
04-05 09:48:39.484 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 09:48:39.484 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 09:48:39.484 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 09:48:39.484 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 09:48:39.484 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 09:48:39.491 7351 7378 W ProtoDataStoreFlagStore: Unable to retrieve flag
snapshot for
com.google.android.libraries.consentverifier#com.google.android.GoogleCameraEngR18F
1, using defaults.
04-05 09:48:39.493 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
updateBlastSurfaceIfNeeded mBlastBufferQueue=null isSameSurfaceControl=false
04-05 09:48:39.493 7351 7351 I BLASTBufferQueue: new BLASTBufferQueue, mName=
ViewRootImpl@b5912af[CameraLauncher] mNativeObject= 0x73171e1300 sc.mNativeObject=
0x73172fc200 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:2909
android.view.ViewRootImpl.relayoutWindow:9847
android.view.ViewRootImpl.performTraversals:3884
android.view.ViewRootImpl.doTraversal:3116
android.view.ViewRootImpl$TraversalRunnable.run:10885
android.view.Choreographer$CallbackRecord.run:1301
android.view.Choreographer$CallbackRecord.run:1309
android.view.Choreographer.doCallbacks:923 android.view.Choreographer.doFrame:852
android.view.Choreographer$FrameDisplayEventReceiver.run:1283
04-05 09:48:39.494 7351 7351 I BLASTBufferQueue: update, w= 1080 h= 2400 mName =
ViewRootImpl@b5912af[CameraLauncher] mNativeObject= 0x73171e1300 sc.mNativeObject=
0x73172fc200 format= -3 caller= android.graphics.BLASTBufferQueue.<init>:84
android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:2909
android.view.ViewRootImpl.relayoutWindow:9847
android.view.ViewRootImpl.performTraversals:3884
android.view.ViewRootImpl.doTraversal:3116
android.view.ViewRootImpl$TraversalRunnable.run:10885
04-05 09:48:39.494 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Relayout
returned: old=(0,0,1080,2400) new=(0,0,1080,2400) req=(1080,2400)0 dur=9 res=0x3
s={true 0x7317452800} ch=true seqId=0
04-05 09:48:39.495 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
mThreadedRenderer.initialize() mSurface={isValid=true 0x7317452800}
hwInitialized=true
04-05 09:48:39.498 7351 7364 I ViewRootImpl@b5912af[CameraLauncher]: Resizing
android.view.ViewRootImpl@3e80ab5: frame = [0,0][1080,2400] reportDraw = true
forceLayout = false syncSeqId = 0
04-05 09:48:39.501 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
reportNextDraw android.view.ViewRootImpl.performTraversals:4438
android.view.ViewRootImpl.doTraversal:3116
android.view.ViewRootImpl$TraversalRunnable.run:10885
android.view.Choreographer$CallbackRecord.run:1301
android.view.Choreographer$CallbackRecord.run:1309
04-05 09:48:39.501 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Setup new
sync id=0
04-05 09:48:39.501 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Setting
syncFrameCallback
04-05 09:48:39.501 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
registerCallbacksForSync syncBuffer=false
04-05 09:48:39.520 7351 7381 D OpenGLRenderer: eglCreateWindowSurface
04-05 09:48:39.525 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: Received
frameDrawingCallback syncResult=0 frameNum=1.
04-05 09:48:39.525 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: Setting up
sync and frameCommitCallback
04-05 09:48:39.541 7351 7381 I BLASTBufferQueue:
[ViewRootImpl@b5912af[CameraLauncher]#0](f:0,a:0) onFrameAvailable the first frame
is available
04-05 09:48:39.542 7351 7381 I ViewRootImpl@b5912af[CameraLauncher]: Received
frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
04-05 09:48:39.542 7351 7381 D OpenGLRenderer: CFMS:: SetUp Pid : 7351 Tid :
7381
04-05 09:48:39.579 7351 7381 W Parcel : Expecting binder but got null!
04-05 09:48:39.580 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
onSyncComplete
04-05 09:48:39.580 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: setupSync
seqId=0 mSyncId=0 fn=1 caller=android.view.ViewRootImpl$
$ExternalSyntheticLambda11.accept:6
android.window.SurfaceSyncer.lambda$setupSync$1$android-window-SurfaceSyncer:128
android.window.SurfaceSyncer$$ExternalSyntheticLambda1.accept:8
android.window.SurfaceSyncer$SyncSet.checkIfSyncIsComplete:382
android.window.SurfaceSyncer$SyncSet.markSyncReady:359
android.window.SurfaceSyncer.markSyncReady:151
android.view.ViewRootImpl.performTraversals:4503
04-05 09:48:39.580 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
reportDrawFinished seqId=0 mSyncId=-1 fn=1 mSurfaceChangedTransaction=0x7317319b00
04-05 09:48:39.582 7351 7351 W CAM_A : Was already registered as
ThermalStatusListener on AppStart
04-05 09:48:39.587 7351 7377 D SensorManager: registerListener :: 111, Rotation
Vector Non-wakeup, 200000, 0,
04-05 09:48:42.213 7351 7380 D nativeloader: Load
/data/user/0/com.google.android.GoogleCameraEngR18F1/files/libpatched_jni.so using
ns clns-4 from class loader
(caller=/data/app/~~Dw5l4KoHDpURIh2kBa0IRA==/com.google.android.GoogleCameraEngR18F
1-77MAHb00B4ZKPNjumTu6uA==/base.apk): ok
04-05 09:48:42.213 7351 7393 W eCameraEngR18F1: Long monitor contention with
owner GcaGeneric-1 (7380) at void lik.b()(:-1) waiters=0 in void lik.b() for 3.043s
04-05 09:48:42.216 7351 7380 D nativeloader: Load
/data/app/~~Dw5l4KoHDpURIh2kBa0IRA==/com.google.android.GoogleCameraEngR18F1-
77MAHb00B4ZKPNjumTu6uA==/lib/arm64/libpairipcoreX.so using ns clns-4 from class
loader
(caller=/data/app/~~Dw5l4KoHDpURIh2kBa0IRA==/com.google.android.GoogleCameraEngR18F
1-77MAHb00B4ZKPNjumTu6uA==/base.apk!classes2.dex): ok
04-05 09:48:42.219 7351 7391 W eCameraEngR18F1: Long monitor contention with
owner CriticalPath (7393) at void enl.b()(:-1) waiters=0 in void enl.b() for 2.765s
04-05 09:48:42.224 7351 7391 D CameraManager2: GotArray:0
04-05 09:48:42.224 7351 7391 D CameraManager2: GotArray:1
04-05 09:48:42.224 7351 7391 D CameraManager2: GotArray:2
04-05 09:48:42.224 7351 7391 D CameraManager2: GotArray:3
04-05 09:48:42.241 7351 7391 D nativeloader: Load
/data/app/~~Dw5l4KoHDpURIh2kBa0IRA==/com.google.android.GoogleCameraEngR18F1-
77MAHb00B4ZKPNjumTu6uA==/lib/arm64/libagc.so using ns clns-4 from class loader
(caller=/data/app/~~Dw5l4KoHDpURIh2kBa0IRA==/com.google.android.GoogleCameraEngR18F
1-77MAHb00B4ZKPNjumTu6uA==/base.apk!classes2.dex): ok
04-05 09:48:42.297 7351 7391 D CameraManager2: GotArray:0
04-05 09:48:42.297 7351 7391 D CameraManager2: GotArray:1
04-05 09:48:42.297 7351 7391 D CameraManager2: GotArray:2
04-05 09:48:42.297 7351 7391 D CameraManager2: GotArray:3
04-05 09:48:42.322 7351 7393 W CAM_SimpleReqProcessor: Failed to add Stream-0 to
CaptureRequest for Request-0. The surface (null) was not valid.
04-05 09:48:42.322 7351 7393 W CAM_SimpleReqProcessor: Failed to submit a
CaptureRequest for Request-0: There were no surfaces on the request.
04-05 09:48:42.324 7351 7393 W CAM_SimpleReqProcessor: Failed to add Stream-0 to
CaptureRequest for Request-1. The surface (null) was not valid.
04-05 09:48:42.330 7351 7351 W eCameraEngR18F1: Long monitor contention with
owner 00UiWorker (7391) at java.lang.Object pyr.get()(:-1) waiters=0 in
java.lang.Object pyr.get() for 2.692s
04-05 09:48:42.331 7351 7351 W FontsContract: Platform version of downloadable
fonts is deprecated. Please use androidx version instead.
04-05 09:48:42.337 7351 7393 W CAM_A : UI view not yet initialized
04-05 09:48:42.337 7351 7394 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_ACTIVE for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:48:42.338 7351 7393 W CAM_SimpleReqProcessor: Failed to add Stream-0 to
CaptureRequest for Request-2. The surface (null) was not valid.
04-05 09:48:42.368 7351 7351 D CameraManager2: GotArray:0
04-05 09:48:42.368 7351 7351 D CameraManager2: GotArray:1
04-05 09:48:42.368 7351 7351 D CameraManager2: GotArray:2
04-05 09:48:42.368 7351 7351 D CameraManager2: GotArray:3
04-05 09:48:42.370 7351 7351 D CameraManager2: GotArray:0
04-05 09:48:42.370 7351 7351 D CameraManager2: GotArray:1
04-05 09:48:42.370 7351 7351 D CameraManager2: GotArray:2
04-05 09:48:42.370 7351 7351 D CameraManager2: GotArray:3
04-05 09:48:42.372 7351 7351 D CameraManager2: GotArray:0
04-05 09:48:42.372 7351 7351 D CameraManager2: GotArray:1
04-05 09:48:42.372 7351 7351 D CameraManager2: GotArray:2
04-05 09:48:42.372 7351 7351 D CameraManager2: GotArray:3
04-05 09:48:42.375 7351 7351 D CameraManager2: GotArray:0
04-05 09:48:42.375 7351 7351 D CameraManager2: GotArray:1
04-05 09:48:42.375 7351 7351 D CameraManager2: GotArray:2
04-05 09:48:42.375 7351 7351 D CameraManager2: GotArray:3
04-05 09:48:42.378 7351 7387 W CAM_SimpleReqProcessor: Failed to add Stream-0 to
CaptureRequest for Request-3. The surface (null) was not valid.
04-05 09:48:42.392 7351 7393 W CAM_SimpleReqProcessor: Failed to add Stream-0 to
CaptureRequest for Request-4. The surface (null) was not valid.
04-05 09:48:42.401 7351 7393 W CAM_SimpleReqProcessor: Failed to add Stream-0 to
CaptureRequest for Request-5. The surface (null) was not valid.
04-05 09:48:42.408 7351 7393 W CAM_SimpleReqProcessor: Failed to add Stream-0 to
CaptureRequest for Request-6. The surface (null) was not valid.
04-05 09:48:42.413 7351 7393 W CAM_SimpleReqProcessor: Failed to add Stream-0 to
CaptureRequest for Request-7. The surface (null) was not valid.
04-05 09:48:42.415 7351 7351 D CameraManager2: GotArray:0
04-05 09:48:42.415 7351 7351 D CameraManager2: GotArray:1
04-05 09:48:42.415 7351 7351 D CameraManager2: GotArray:2
04-05 09:48:42.415 7351 7351 D CameraManager2: GotArray:3
04-05 09:48:42.420 7351 7468 W CAM_SimpleReqProcessor: Failed to add Stream-0 to
CaptureRequest for Request-8. The surface (null) was not valid.
04-05 09:48:42.427 7351 7468 W CAM_SimpleReqProcessor: Failed to add Stream-0 to
CaptureRequest for Request-9. The surface (null) was not valid.
04-05 09:48:42.432 7351 7468 W CAM_SimpleReqProcessor: Failed to add Stream-0 to
CaptureRequest for Request-10. The surface (null) was not valid.
04-05 09:48:42.435 7351 7351 D CameraManager2: GotArray:0
04-05 09:48:42.435 7351 7351 D CameraManager2: GotArray:1
04-05 09:48:42.435 7351 7351 D CameraManager2: GotArray:2
04-05 09:48:42.435 7351 7351 D CameraManager2: GotArray:3
04-05 09:48:42.436 7351 7351 D CameraManager2: GotArray:0
04-05 09:48:42.436 7351 7351 D CameraManager2: GotArray:1
04-05 09:48:42.436 7351 7351 D CameraManager2: GotArray:2
04-05 09:48:42.436 7351 7351 D CameraManager2: GotArray:3
04-05 09:48:42.437 7351 7468 W CAM_SimpleReqProcessor: Failed to add Stream-0 to
CaptureRequest for Request-11. The surface (null) was not valid.
04-05 09:48:42.437 7351 7351 D CameraManager2: GotArray:0
04-05 09:48:42.437 7351 7351 D CameraManager2: GotArray:1
04-05 09:48:42.437 7351 7351 D CameraManager2: GotArray:2
04-05 09:48:42.437 7351 7351 D CameraManager2: GotArray:3
04-05 09:48:42.438 7351 7351 D CameraManager2: GotArray:0
04-05 09:48:42.438 7351 7351 D CameraManager2: GotArray:1
04-05 09:48:42.438 7351 7351 D CameraManager2: GotArray:2
04-05 09:48:42.438 7351 7351 D CameraManager2: GotArray:3
04-05 09:48:42.442 7351 7468 W CAM_SimpleReqProcessor: Failed to add Stream-0 to
CaptureRequest for Request-12. The surface (null) was not valid.
04-05 09:48:42.444 7351 7351 W FontsContract: Platform version of downloadable
fonts is deprecated. Please use androidx version instead.
04-05 09:48:42.446 7351 7468 W CAM_SimpleReqProcessor: Failed to add Stream-0 to
CaptureRequest for Request-13. The surface (null) was not valid.
04-05 09:48:42.456 7351 7351 W CAM_A : ModeSwitcher WAS ALREADY ENABLED!
04-05 09:48:42.459 7351 7351 D CameraManager2: GotArray:0
04-05 09:48:42.459 7351 7351 D CameraManager2: GotArray:1
04-05 09:48:42.459 7351 7351 D CameraManager2: GotArray:2
04-05 09:48:42.459 7351 7351 D CameraManager2: GotArray:3
04-05 09:48:42.460 7351 7351 D CameraManager2: GotArray:0
04-05 09:48:42.460 7351 7351 D CameraManager2: GotArray:1
04-05 09:48:42.460 7351 7351 D CameraManager2: GotArray:2
04-05 09:48:42.460 7351 7351 D CameraManager2: GotArray:3
04-05 09:48:42.461 7351 7351 D CameraManager2: GotArray:0
04-05 09:48:42.461 7351 7351 D CameraManager2: GotArray:1
04-05 09:48:42.461 7351 7351 D CameraManager2: GotArray:2
04-05 09:48:42.461 7351 7351 D CameraManager2: GotArray:3
04-05 09:48:42.469 7351 7351 D SurfaceView@aa7377f: setFixedSize -1x-1 ->
1920x1080
04-05 09:48:42.469 7351 7351 I SurfaceView@aa7377f: onWindowVisibilityChanged(0)
true android.view.SurfaceView{aa7377f V.E...... ......I. 0,0-0,0} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:48:42.469 7351 7351 D SurfaceView@aa7377f: updateSurface: has no frame
04-05 09:48:42.471 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=true
04-05 09:48:42.482 7351 7468 W CAM_SimpleReqProcessor: Failed to add Stream-0 to
CaptureRequest for Request-14. The surface (null) was not valid.
04-05 09:48:42.482 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0x7317452800}
04-05 09:48:42.484 7351 7351 D InputMethodManager: startInputInner - Id : 0
04-05 09:48:42.484 7351 7351 I InputMethodManager: startInputInner -
mService.startInputOrWindowGainedFocus
04-05 09:48:42.487 7351 7468 W CAM_SimpleReqProcessor: Failed to add Stream-0 to
CaptureRequest for Request-15. The surface (null) was not valid.
04-05 09:48:42.487 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 0
04-05 09:48:42.488 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 1
04-05 09:48:42.488 7351 7351 I Choreographer: Skipped 174 frames! The
application may be doing too much work on its main thread.
04-05 09:48:42.491 7351 7377 D SensorManager: unregisterListener
04-05 09:48:42.508 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=true
04-05 09:48:42.509 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals params={(0,0)(fillxfill) sim={state=always_hidden adjust=pan}
layoutInDisplayCutoutMode=shortEdges ty=BASE_APPLICATION fmt=TRANSLUCENT
wanim=0x1030309 rotAnim=SEAMLESS sysuil=true
04-05 09:48:42.509 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810580
04-05 09:48:42.509 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 09:48:42.509 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 09:48:42.509 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 09:48:42.509 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 09:48:42.509 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 09:48:42.509 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals mFirst=false windowShouldResize=false viewVisibilityChanged=false
mForceNextWindowRelayout=false params={(0,0)(fillxfill) sim={state=always_hidden
adjust=pan} layoutInDisplayCutoutMode=shortEdges ty=BASE_APPLICATION
fmt=TRANSLUCENT wanim=0x1030309 rotAnim=SEAMLESS sysuil=true
04-05 09:48:42.509 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810580
04-05 09:48:42.509 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 09:48:42.509 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 09:48:42.509 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 09:48:42.509 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 09:48:42.509 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 09:48:42.514 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=false, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl.relayoutWindow:9802
04-05 09:48:42.516 7351 7351 D InsetsController: controlAnimationUnchecked: Added
types=1 animType=1
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.InsetsController.applyAnimation:1576
android.view.InsetsController.applyAnimation:1557
android.view.InsetsController.onControlsChanged:995
04-05 09:48:42.517 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
updateBlastSurfaceIfNeeded mBlastBufferQueue=0x73171e1300 isSameSurfaceControl=true
04-05 09:48:42.517 7351 7351 I BLASTBufferQueue: update, w= 1080 h= 2400 mName =
ViewRootImpl@b5912af[CameraLauncher] mNativeObject= 0x73171e1300 sc.mNativeObject=
0x72c18f1d60 format= -3 caller=
android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:2898
android.view.ViewRootImpl.relayoutWindow:9847
android.view.ViewRootImpl.performTraversals:3884
android.view.ViewRootImpl.doTraversal:3116
android.view.ViewRootImpl$TraversalRunnable.run:10885
android.view.Choreographer$CallbackRecord.run:1301
04-05 09:48:42.517 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Relayout
returned: old=(0,0,1080,2400) new=(0,0,1080,2400) req=(1080,2400)0 dur=8 res=0x0
s={true 0x7317452800} ch=false seqId=0
04-05 09:48:42.525 7351 7351 D SurfaceView@aa7377f: updateSurface: has no frame
04-05 09:48:42.532 7351 7351 I DeezNuts: MSG: SLIDER 1 FOCUS: 1.0E-4
04-05 09:48:42.532 7351 7351 I ProReC : setprogres0
04-05 09:48:42.532 7351 7351 I DeezNuts: MSG: SLIDER 0 IDX: 0
04-05 09:48:42.532 7351 7351 I ProReC : setprogres_iso0
04-05 09:48:42.532 7351 7351 I za.defcomk.prorec.cust2.RotSeek: setprogres_iso0
04-05 09:48:42.533 7351 7351 D ScrollView: onsize change changed
04-05 09:48:42.533 7351 7351 W View : requestLayout() improperly called by
com.google.android.material.button.MaterialButton{bab1821 VFED..C.. ......I. 0,0-
0,0 #7f0b000b app:id/AuxButtonMain} during layout: running second layout pass
04-05 09:48:42.537 7351 7351 D SurfaceView@aa7377f: updateSurface: has no frame
04-05 09:48:42.541 7351 7351 I SurfaceView@aa7377f: Changes: creating=true
format=true size=true visible=true alpha=false hint=false mUseAlpha=false
visible=true left=true top=true
04-05 09:48:42.544 7351 7351 I BLASTBufferQueue: update, w= 1920 h= 1080 mName =
null mNativeObject= 0x72c18c0880 sc.mNativeObject= 0x72c18f26c0 format= 4 caller=
android.view.SurfaceView.createBlastSurfaceControls:1383
android.view.SurfaceView.updateSurface:1079
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
android.view.SurfaceView$$ExternalSyntheticLambda5.onPreDraw:2
android.view.ViewTreeObserver.dispatchOnPreDraw:1121
android.view.ViewRootImpl.performTraversals:4442
04-05 09:48:42.544 7351 7351 I SurfaceView@aa7377f: 178730879 Cur surface:
Surface(name=null)/@0xbadaa59
04-05 09:48:42.544 7351 7351 I SurfaceView@aa7377f: pST: sr = Rect(0, 207 - 1080,
2127) sw = 1920 sh = 1080
04-05 09:48:42.544 7351 7351 D SurfaceView@aa7377f: performSurfaceTransaction
RenderWorker position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 09:48:42.544 7351 7351 I SurfaceView@aa7377f: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x72c1895900
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:48:42.544 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x72c1895900android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
android.view.SurfaceView$$ExternalSyntheticLambda5.onPreDraw:2
04-05 09:48:42.544 7351 7351 I SurfaceView@aa7377f: updateSurface: mVisible =
true mSurface.isValid() = true
04-05 09:48:42.544 7351 7351 I SurfaceView@aa7377f: updateSurface:
mSurfaceCreated = false surfaceChanged = true visibleChanged = true
04-05 09:48:42.544 7351 7351 I SurfaceView@aa7377f: visibleChanged --
surfaceCreated
04-05 09:48:42.544 7351 7351 I SurfaceView@aa7377f: surfaceCreated 2 #8
android.view.SurfaceView{aa7377f V.E...... ......ID 0,0-1080,1920}
04-05 09:48:42.544 7351 7351 I SurfaceView@aa7377f: surfaceChanged -- format=4
w=1920 h=1080
04-05 09:48:42.544 7351 7351 I SurfaceView@aa7377f: surfaceChanged (1920,1080) 2
#8 android.view.SurfaceView{aa7377f V.E...... ......ID 0,0-1080,1920}
04-05 09:48:42.545 7351 7351 I SurfaceView@aa7377f: surfaceRedrawNeeded
04-05 09:48:42.545 7351 7351 V SurfaceView@aa7377f: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 09:48:42.558 7351 7424 D SurfaceView@aa7377f: updateSurfacePosition
RenderWorker, frameNr = 2, position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 09:48:42.558 7351 7424 I SurfaceView@aa7377f: uSP: rtp = Rect(0, 207 -
1080, 2127) rtsw = 1920 rtsh = 1080
04-05 09:48:42.558 7351 7424 I SurfaceView@aa7377f: onSSPAndSRT: pl = 0 pt = 207
sx = 0.5625 sy = 1.7777778
04-05 09:48:42.558 7351 7424 I SurfaceView@aa7377f: aOrMT:
ViewRootImpl@b5912af[CameraLauncher] t =
android.view.SurfaceControl$Transaction@bb94b91 fN = 2 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
android.graphics.RenderNode$CompositePositionUpdateListener.positionChanged:373
04-05 09:48:42.558 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x72c1895f00 mBlastBufferQueue=0x73171e1300 fn= 2 caller=
android.view.SurfaceView.applyOrMergeTransaction:1455 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
04-05 09:48:42.562 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x72c1895900 mBlastBufferQueue=0x73171e1300 fn= 2 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:48:42.562 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6740
04-05 09:48:42.563 7351 7410 W CAM_SurfaceMap: Surface(name=null)/@0xbadaa59 is
valid but deferred streams are not yet available for CaptureSession-0
04-05 09:48:42.563 7351 7410 W CAM_SimpleReqProcessor: Failed to add Stream-0 to
CaptureRequest for Request-16. The surface is not yet available.
04-05 09:48:42.563 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=false, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6727
04-05 09:48:42.563 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleResized, msg = 5 frames=ClientWindowFrames{frame=[0,0][1080,2400]
display=[0,0][1080,2400] parentFrame=[0,0][0,0] parentClippedByDisplayCutout=false}
forceNextWindowRelayout=false displayId=0 resizeMode=-1 frameChanged=false
displayFrameChanged=false configChanged=false displayChanged=false
04-05 09:48:42.563 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleResized mSyncSeqId = 0
04-05 09:48:42.563 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
reportNextDraw android.view.ViewRootImpl.handleResized:2450
android.view.ViewRootImpl.-$$Nest$mhandleResized:0
android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6728
android.view.ViewRootImpl$ViewRootHandler.handleMessage:6697
android.os.Handler.dispatchMessage:106
04-05 09:48:42.568 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Setup new
sync id=1
04-05 09:48:42.568 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Setting
syncFrameCallback
04-05 09:48:42.568 7351 7351 E SurfaceSyncer: Failed to find sync for id=0
04-05 09:48:42.568 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
registerCallbacksForSync syncBuffer=false
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: Unable to update local
snapshot for
com.google.android.libraries.consentverifier#com.google.android.GoogleCameraEngR18F
1, may result in stale flags.
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore:
java.util.concurrent.ExecutionException: java.lang.SecurityException:
GoogleCertificatesRslt: not allowed: pkg=com.google.android.GoogleCameraEngR18F1,
sha256=[a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc],
atk=false, ver=251134029.true (go/gsrlt)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at pfx.s(Unknown
Source:20)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at pfx.get(Unknown
Source:21)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at plk.I(Unknown
Source:1)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at plk.ad(Unknown
Source:9)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at nfm.d(Unknown
Source:0)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at ngq.run(Unknown
Source:9)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledT
hreadPoolExecutor.java:307)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at
java.lang.Thread.run(Thread.java:1012)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: Caused by:
java.lang.SecurityException: GoogleCertificatesRslt: not allowed:
pkg=com.google.android.GoogleCameraEngR18F1,
sha256=[a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc],
atk=false, ver=251134029.true (go/gsrlt)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at
android.os.Parcel.createExceptionOrNull(Parcel.java:3023)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at
android.os.Parcel.createException(Parcel.java:3007)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at
android.os.Parcel.readException(Parcel.java:2990)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at
android.os.Parcel.readException(Parcel.java:2932)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at bmn.z(Unknown
Source:10)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at ktz.a(Unknown
Source:38)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at kjd.f(Unknown
Source:10)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at kkc.t(Unknown
Source:9)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at kkc.u(Unknown
Source:22)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at kkc.g(Unknown
Source:29)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at kkc.h(Unknown
Source:76)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at kkc.b(Unknown
Source:14)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at klz.c(Unknown
Source:114)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at klt.d(Unknown
Source:6)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at
klu.handleMessage(Unknown Source:307)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at ksg.b(Unknown
Source:0)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at
ksg.dispatchMessage(Unknown Source:0)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at
android.os.Looper.loopOnce(Looper.java:226)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at
android.os.Looper.loop(Looper.java:313)
04-05 09:48:42.572 7351 7421 W ProtoDataStoreFlagStore: at
android.os.HandlerThread.run(HandlerThread.java:67)
04-05 09:48:42.585 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: Received
frameDrawingCallback syncResult=0 frameNum=3.
04-05 09:48:42.585 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: Setting up
sync and frameCommitCallback
04-05 09:48:42.586 7351 7381 I ViewRootImpl@b5912af[CameraLauncher]: Received
frameCommittedCallback lastAttemptedDrawFrameNum=3 didProduceBuffer=true
04-05 09:48:42.587 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
onSyncComplete
04-05 09:48:42.587 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: setupSync
seqId=0 mSyncId=1 fn=3 caller=android.view.ViewRootImpl$
$ExternalSyntheticLambda11.accept:6
android.window.SurfaceSyncer.lambda$setupSync$1$android-window-SurfaceSyncer:128
android.window.SurfaceSyncer$$ExternalSyntheticLambda1.accept:8
android.window.SurfaceSyncer$SyncSet.checkIfSyncIsComplete:382
android.window.SurfaceSyncer$SyncSet.markSyncReady:359
android.window.SurfaceSyncer.markSyncReady:151
android.view.ViewRootImpl.performTraversals:4503
04-05 09:48:42.587 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
reportDrawFinished seqId=0 mSyncId=-1 fn=3 mSurfaceChangedTransaction=0x7317319b00
04-05 09:48:42.591 7351 7351 D CameraManager2: GotArray:0
04-05 09:48:42.591 7351 7351 D CameraManager2: GotArray:1
04-05 09:48:42.591 7351 7351 D CameraManager2: GotArray:2
04-05 09:48:42.591 7351 7351 D CameraManager2: GotArray:3
04-05 09:48:42.591 7351 7364 I OpenGLRenderer: Davey! duration=2993ms; Flags=0,
FrameTimelineVsyncId=60947871, IntendedVsync=118007291997422,
Vsync=118010190852212, InputEventId=143877832, HandleInputStart=118010193259565,
AnimationStart=118010193260710, PerformTraversalsStart=118010193424460,
DrawStart=118010250082533, FrameDeadline=118007308664088,
FrameInterval=118010193230294, FrameStartTime=16660085, SyncQueued=118010262209669,
SyncStart=118010262270398, IssueDrawCommandsStart=118010266302585,
SwapBuffers=118010283074200, FrameCompleted=118010285866075,
DequeueBufferDuration=17343, QueueBufferDuration=309271,
GpuCompleted=118010285866075, SwapBuffersCompleted=118010283862273,
DisplayPresentTime=0, CommandSubmissionCompleted=118010283074200,
04-05 09:48:42.593 7351 7351 W CAM_A : ModeSwitcher WAS ALREADY ENABLED!
04-05 09:48:42.601 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
MSG_WINDOW_FOCUS_CHANGED 1 0
04-05 09:48:42.603 7351 7351 D InputMethodManager: startInputInner - Id : 0
04-05 09:48:42.603 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=false, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6740
04-05 09:48:42.624 7351 7351 I SurfaceView@aa7377f: finishedDrawing
04-05 09:48:42.624 7351 7351 W CBVerifier: Registering phenotype for
com.google.android.libraries.consentverifier#com.google.android.GoogleCameraEngR18F
1 failed
04-05 09:48:42.871 7351 7351 D InsetsController: cancelAnimation of types: 1,
animType: 1, host:
com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher,
from:android.view.InsetsController.notifyFinished:1375
android.view.InsetsAnimationThreadControlRunner$1.lambda$notifyFinished$0$android-
view-InsetsAnimationThreadControlRunner$1:84
android.view.InsetsAnimationThreadControlRunner$1$$ExternalSyntheticLambda1.run:4
04-05 09:48:42.938 7351 7387 W CAM_A : Extractor (frame) of type
feature.acmi.imu.frame-straightness depends on foreign type
feature.acmi.imu.camera-orientation! Feature values may be calculated out of order!
04-05 09:48:42.938 7351 7387 W CAM_A : Extractor (frame) of type
feature.acmi.imu.frame-straightness depends on foreign type
feature.acmi.imu.camera-orientation! Feature values may be calculated out of order!
04-05 09:48:42.941 7351 7387 D SensorManager: registerListener :: 11, LSM6DSL
Accelerometer, 200000, 0,
04-05 09:48:42.942 7351 7387 D SensorManager: registerListener :: 41, LSM6DSL
Gyroscope, 200000, 0, ftr@ca18b5b
04-05 09:48:42.943 7351 7377 W ProtoDataStoreFlagStore: Unable to retrieve flag
snapshot for
com.google.android.libraries.performance.primes#com.google.android.GoogleCameraEngR
18F1, using defaults.
04-05 09:48:42.945 7351 7391 D SensorManager: registerListener :: 11, LSM6DSL
Accelerometer, 200000, 0,
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: Unable to update local
snapshot for
com.google.android.libraries.performance.primes#com.google.android.GoogleCameraEngR
18F1, may result in stale flags.
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore:
java.util.concurrent.ExecutionException: java.lang.SecurityException:
GoogleCertificatesRslt: not allowed: pkg=com.google.android.GoogleCameraEngR18F1,
sha256=[a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc],
atk=false, ver=251134029.true (go/gsrlt)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at pfx.s(Unknown
Source:20)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at pfx.get(Unknown
Source:21)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at plk.I(Unknown
Source:1)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at plk.ad(Unknown
Source:9)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at nfm.d(Unknown
Source:0)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at ngq.run(Unknown
Source:9)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledT
hreadPoolExecutor.java:307)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at
java.lang.Thread.run(Thread.java:1012)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: Caused by:
java.lang.SecurityException: GoogleCertificatesRslt: not allowed:
pkg=com.google.android.GoogleCameraEngR18F1,
sha256=[a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc],
atk=false, ver=251134029.true (go/gsrlt)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at
android.os.Parcel.createExceptionOrNull(Parcel.java:3023)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at
android.os.Parcel.createException(Parcel.java:3007)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at
android.os.Parcel.readException(Parcel.java:2990)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at
android.os.Parcel.readException(Parcel.java:2932)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at bmn.z(Unknown
Source:10)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at ktz.a(Unknown
Source:38)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at kjd.f(Unknown
Source:10)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at kkc.t(Unknown
Source:9)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at kkc.u(Unknown
Source:22)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at kkc.e(Unknown
Source:15)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at
kkg.handleMessage(Unknown Source:920)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at
android.os.Handler.dispatchMessage(Handler.java:102)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at ksg.b(Unknown
Source:0)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at
ksg.dispatchMessage(Unknown Source:0)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at
android.os.Looper.loopOnce(Looper.java:226)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at
android.os.Looper.loop(Looper.java:313)
04-05 09:48:42.946 7351 7421 W ProtoDataStoreFlagStore: at
android.os.HandlerThread.run(HandlerThread.java:67)
04-05 09:48:42.948 7351 7387 D SensorManager: registerListener :: 41, LSM6DSL
Gyroscope, 0, 0,
04-05 09:48:42.969 7351 7360 I ViewRootImpl@b5912af[CameraLauncher]: Resizing
android.view.ViewRootImpl@3e80ab5: frame = [0,0][1080,2400] reportDraw = false
forceLayout = false syncSeqId = 0
04-05 09:48:43.001 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6727
04-05 09:48:43.001 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleResized, msg = 4 frames=ClientWindowFrames{frame=[0,0][1080,2400]
display=[0,0][1080,2400] parentFrame=[0,0][0,0] parentClippedByDisplayCutout=false}
forceNextWindowRelayout=false displayId=0 resizeMode=-1 frameChanged=false
displayFrameChanged=false configChanged=false displayChanged=false
04-05 09:48:43.022 7351 7380 D nativeloader: Load
/data/app/~~Dw5l4KoHDpURIh2kBa0IRA==/com.google.android.GoogleCameraEngR18F1-
77MAHb00B4ZKPNjumTu6uA==/lib/arm64/libsmartcapture_native.so using ns clns-4 from
class loader
(caller=/data/app/~~Dw5l4KoHDpURIh2kBa0IRA==/com.google.android.GoogleCameraEngR18F
1-77MAHb00B4ZKPNjumTu6uA==/base.apk): ok
04-05 09:48:43.034 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:43.035 7351 7409 W CAM_A : UNINITIALIZED > abs Δ(result sensor
timestamp) = 100,48 ms > 70,00 ms
04-05 09:48:43.038 7351 7489 I BLASTBufferQueue:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#1](f:0,a:0) onFrameAvailable the first frame is available
04-05 09:48:43.046 7351 7387 W CAM_CameraDeviceVerifie: Tag CameraDeviceVerifier
is 1 chars longer than limit.
04-05 09:48:43.047 7351 7387 D CameraManager2: GotArray:0
04-05 09:48:43.047 7351 7387 D CameraManager2: GotArray:1
04-05 09:48:43.047 7351 7387 D CameraManager2: GotArray:2
04-05 09:48:43.047 7351 7387 D CameraManager2: GotArray:3
04-05 09:48:43.049 7351 7380 I tflite : Initialized TensorFlow Lite runtime.
04-05 09:48:43.049 7351 7393 D CameraManager2: GotArray:0
04-05 09:48:43.049 7351 7437 E GoLog : INFO: Initialized TensorFlow Lite
runtime.
04-05 09:48:43.049 7351 7393 D CameraManager2: GotArray:1
04-05 09:48:43.049 7351 7393 D CameraManager2: GotArray:2
04-05 09:48:43.049 7351 7393 D CameraManager2: GotArray:3
04-05 09:48:43.053 7351 7377 V MediaMetadataRetriever: constructor
04-05 09:48:43.054 7351 7377 V MediaMetadataRetriever: setDataSource(IDataSource)
04-05 09:48:43.060 7351 7380 W libc : Access denied finding property
"ro.mediatek.platform"
04-05 09:48:43.060 7351 7380 W libc : Access denied finding property
"ro.chipname"
04-05 09:48:43.064 7351 7380 I tflite : Created TensorFlow Lite XNNPACK delegate
for CPU.
04-05 09:48:43.064 7351 7380 I tflite : Replacing 5 node(s) with delegate
(TfLiteXNNPackDelegate) node, yielding 1 partitions.
04-05 09:48:43.064 7351 7437 E GoLog : INFO: Created TensorFlow Lite XNNPACK
delegate for CPU.
04-05 09:48:43.064 7351 7437 E GoLog : INFO: Replacing 5 node(s) with delegate
(TfLiteXNNPackDelegate) node, yielding 1 partitions.
04-05 09:48:43.068 7351 7377 V MediaMetadataRetriever: setDataSource(IDataSource)
return(0)
04-05 09:48:43.068 7351 7377 V MediaMetadataRetriever: extractMetadata(26)
04-05 09:48:43.069 7351 7377 E HeifDecoderImpl: getSize: not supported!
04-05 09:48:43.069 7351 7377 V MediaMetadataRetriever: extractMetadata(17)
04-05 09:48:43.070 7351 7377 V MediaMetadataRetriever: getImageAtIndex: index(-1)
colorFormat(4) metaOnly(1) thumbnail(0)
04-05 09:48:43.075 7351 7377 V MediaMetadataRetriever: destructor
04-05 09:48:43.075 7351 7377 V MediaMetadataRetriever: disconnect
04-05 09:48:43.093 7351 7377 V MediaMetadataRetriever: constructor
04-05 09:48:43.094 7351 7377 V MediaMetadataRetriever: setDataSource(IDataSource)
04-05 09:48:43.101 7351 7377 V MediaMetadataRetriever: setDataSource(IDataSource)
return(0)
04-05 09:48:43.101 7351 7377 V MediaMetadataRetriever: extractMetadata(26)
04-05 09:48:43.104 7351 7377 E HeifDecoderImpl: getSize: not supported!
04-05 09:48:43.105 7351 7377 V MediaMetadataRetriever: extractMetadata(17)
04-05 09:48:43.105 7351 7377 V MediaMetadataRetriever: getImageAtIndex: index(-1)
colorFormat(4) metaOnly(1) thumbnail(0)
04-05 09:48:43.108 7351 7377 V MediaMetadataRetriever: destructor
04-05 09:48:43.108 7351 7377 V MediaMetadataRetriever: disconnect
04-05 09:48:43.128 7351 7377 V MediaMetadataRetriever: constructor
04-05 09:48:43.128 7351 7377 V MediaMetadataRetriever: setDataSource(IDataSource)
04-05 09:48:43.132 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:43.135 7351 7409 W CAM_A : PHOTO > abs Δ(result sensor timestamp) =
100,48 ms > 70,00 ms
04-05 09:48:43.145 7351 7377 V MediaMetadataRetriever: setDataSource(IDataSource)
return(0)
04-05 09:48:43.145 7351 7377 V MediaMetadataRetriever: extractMetadata(26)
04-05 09:48:43.146 7351 7377 E HeifDecoderImpl: getSize: not supported!
04-05 09:48:43.146 7351 7377 V MediaMetadataRetriever: extractMetadata(17)
04-05 09:48:43.146 7351 7377 V MediaMetadataRetriever: getImageAtIndex: index(-1)
colorFormat(4) metaOnly(1) thumbnail(0)
04-05 09:48:43.147 7351 7377 V MediaMetadataRetriever: destructor
04-05 09:48:43.148 7351 7377 V MediaMetadataRetriever: disconnect
04-05 09:48:43.157 7351 7377 V MediaMetadataRetriever: constructor
04-05 09:48:43.157 7351 7377 V MediaMetadataRetriever: setDataSource(IDataSource)
04-05 09:48:43.162 7351 7377 V MediaMetadataRetriever: setDataSource(IDataSource)
return(0)
04-05 09:48:43.162 7351 7377 V MediaMetadataRetriever: extractMetadata(26)
04-05 09:48:43.163 7351 7377 E HeifDecoderImpl: getSize: not supported!
04-05 09:48:43.163 7351 7377 V MediaMetadataRetriever: extractMetadata(17)
04-05 09:48:43.163 7351 7377 V MediaMetadataRetriever: getImageAtIndex: index(-1)
colorFormat(4) metaOnly(1) thumbnail(0)
04-05 09:48:43.164 7351 7377 V MediaMetadataRetriever: destructor
04-05 09:48:43.164 7351 7377 V MediaMetadataRetriever: disconnect
04-05 09:48:43.178 7351 7377 V MediaMetadataRetriever: constructor
04-05 09:48:43.187 7351 7377 V MediaMetadataRetriever: setDataSource(240, 0,
576460752303423487)
04-05 09:48:43.191 7351 7377 V MediaMetadataRetriever: setDataSource(fd)
return(0)
04-05 09:48:43.191 7351 7377 V MediaMetadataRetriever: extractMetadata(24)
04-05 09:48:43.192 7351 7377 V MediaMetadataRetriever: extractMetadata(18)
04-05 09:48:43.193 7351 7377 V MediaMetadataRetriever: extractMetadata(19)
04-05 09:48:43.193 7351 7377 V MediaMetadataRetriever: extractMetadata(25)
04-05 09:48:43.193 7351 7377 V MediaMetadataRetriever: destructor
04-05 09:48:43.193 7351 7377 V MediaMetadataRetriever: disconnect
04-05 09:48:43.193 7351 7377 V MediaMetadataRetriever: constructor
04-05 09:48:43.201 7351 7377 V MediaMetadataRetriever: setDataSource(240, 0,
576460752303423487)
04-05 09:48:43.207 7351 7377 V MediaMetadataRetriever: setDataSource(fd)
return(0)
04-05 09:48:43.208 7351 7377 V MediaMetadataRetriever: extractMetadata(24)
04-05 09:48:43.209 7351 7377 V MediaMetadataRetriever: extractMetadata(18)
04-05 09:48:43.209 7351 7377 V MediaMetadataRetriever: extractMetadata(19)
04-05 09:48:43.209 7351 7377 V MediaMetadataRetriever: extractMetadata(25)
04-05 09:48:43.209 7351 7377 V MediaMetadataRetriever: destructor
04-05 09:48:43.209 7351 7377 V MediaMetadataRetriever: disconnect
04-05 09:48:43.210 7351 7377 V MediaMetadataRetriever: constructor
04-05 09:48:43.215 7351 7377 V MediaMetadataRetriever: setDataSource(240, 0,
576460752303423487)
04-05 09:48:43.228 7351 7377 V MediaMetadataRetriever: setDataSource(fd)
return(0)
04-05 09:48:43.229 7351 7377 V MediaMetadataRetriever: extractMetadata(24)
04-05 09:48:43.230 7351 7377 V MediaMetadataRetriever: extractMetadata(18)
04-05 09:48:43.230 7351 7377 V MediaMetadataRetriever: extractMetadata(19)
04-05 09:48:43.230 7351 7377 V MediaMetadataRetriever: extractMetadata(25)
04-05 09:48:43.231 7351 7377 V MediaMetadataRetriever: destructor
04-05 09:48:43.231 7351 7377 V MediaMetadataRetriever: disconnect
04-05 09:48:43.231 7351 7377 V MediaMetadataRetriever: constructor
04-05 09:48:43.233 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:43.234 7351 7409 W CAM_A : PHOTO > abs Δ(result sensor timestamp) =
130,48 ms > 70,00 ms
04-05 09:48:43.235 7351 7409 W CAM_A : PHOTO > rel Δ(result sensor timestamp) =
0,30 > 0,25
04-05 09:48:43.235 7351 7409 W CAM_A : PHOTO > result sensor delay = 1,85 >
1,10
04-05 09:48:43.241 7351 7377 V MediaMetadataRetriever: setDataSource(239, 0,
576460752303423487)
04-05 09:48:43.247 7351 7377 V MediaMetadataRetriever: setDataSource(fd)
return(0)
04-05 09:48:43.248 7351 7377 V MediaMetadataRetriever: extractMetadata(24)
04-05 09:48:43.249 7351 7377 V MediaMetadataRetriever: extractMetadata(18)
04-05 09:48:43.249 7351 7377 V MediaMetadataRetriever: extractMetadata(19)
04-05 09:48:43.249 7351 7377 V MediaMetadataRetriever: extractMetadata(25)
04-05 09:48:43.249 7351 7377 V MediaMetadataRetriever: destructor
04-05 09:48:43.249 7351 7377 V MediaMetadataRetriever: disconnect
04-05 09:48:43.250 7351 7377 V MediaMetadataRetriever: constructor
04-05 09:48:43.256 7351 7377 V MediaMetadataRetriever: setDataSource(240, 0,
576460752303423487)
04-05 09:48:43.263 7351 7377 V MediaMetadataRetriever: setDataSource(fd)
return(0)
04-05 09:48:43.264 7351 7377 V MediaMetadataRetriever: extractMetadata(24)
04-05 09:48:43.265 7351 7377 V MediaMetadataRetriever: extractMetadata(18)
04-05 09:48:43.266 7351 7377 V MediaMetadataRetriever: extractMetadata(19)
04-05 09:48:43.266 7351 7377 V MediaMetadataRetriever: extractMetadata(25)
04-05 09:48:43.266 7351 7377 V MediaMetadataRetriever: destructor
04-05 09:48:43.266 7351 7377 V MediaMetadataRetriever: disconnect
04-05 09:48:43.270 7351 7377 D SensorManager: registerListener :: 11, LSM6DSL
Accelerometer, 200000, 0,
04-05 09:48:43.279 7351 7377 D SensorManager: registerListener :: 21, AK09918
Magnetometer, 200000, 0, hpe@c611bfe
04-05 09:48:43.284 7351 7387 W Glide : Failed to find GeneratedAppGlideModule.
You should include an annotationProcessor compile dependency on
com.github.bumptech.glide:compiler in your application and a @GlideModule annotated
AppGlideModule implementation or LibraryGlideModules will be silently ignored
04-05 09:48:43.292 7351 7387 D ConnectivityManager: StackLog:
[android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:451
1)]
[android.net.ConnectivityManager.registerDefaultNetworkCallbackForUid(ConnectivityM
anager.java:5089)]
[android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager
.java:5056)]
[android.net.ConnectivityManager.registerDefaultNetworkCallback(ConnectivityManager
.java:5030)] [bkc.b(Unknown Source:52)] [bjn.h(Unknown Source:8)] [bjk.a(Unknown
Source:0)] [ayn.<init>(Unknown Source:77)] [bkh.b(Unknown Source:2)] [bju.a(Unknown
Source:154)] [axv.c(Unknown Source:11)] [dfl.a(Unknown Source:2)] [dfy.e(Unknown
Source:2)] [ivy.get(Unknown Source:33)] [ivo.call(Unknown Source:12)]
[pio.a(Unknown Source:2)] [phs.run(Unknown Source:20)] [pip.run(Unknown Source:4)]
[pie.run(Unknown Source:2)] [pif.run(Unknown Source:75)] [law.run(Unknown
Source:2)]
[java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)]
[pio.a(Unknown Source:2)] [phs.run(Unknown Source:20)] [pip.run(Unknown Source:4)]
[java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)]
[java.util.concurrent.FutureTask.run(FutureTask.java:264)]
[java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Scheduled
ThreadPoolExecutor.java:307)] [lbh.run(Unknown Source:2)] [lbg.run(Unknown
Source:0)]
[java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)]
[java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)]
[java.lang.Thread.run(Thread.java:1012)] [lab.run(Unknown Source:5)]
04-05 09:48:43.303 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:43.304 7351 7409 W CAM_A : PHOTO > abs Δ(result sensor timestamp) =
70,48 ms > 70,00 ms
04-05 09:48:43.304 7351 7409 W CAM_A : PHOTO > rel Δ(result sensor timestamp) =
0,46 > 0,25
04-05 09:48:43.307 7351 7575 D CompatibilityChangeReporter: Compat change id
reported: 149924527; UID 10574; state: ENABLED
04-05 09:48:43.307 7351 7575 D CompatibilityChangeReporter: Compat change id
reported: 132649864; UID 10574; state: DISABLED
04-05 09:48:43.315 7351 7575 D OpenGLRenderer: --- result 'unimplemented'
04-05 09:48:43.317 7351 7575 D OpenGLRenderer: --- result 'unimplemented'
04-05 09:48:43.324 7351 7575 D OpenGLRenderer: --- result 'unimplemented'
04-05 09:48:43.324 7351 7575 D OpenGLRenderer: --- result 'unimplemented'
04-05 09:48:43.325 7351 7575 V MediaMetadataRetriever: constructor
04-05 09:48:43.328 7351 7575 V MediaMetadataRetriever: setDataSource(267, 0,
576460752303423487)
04-05 09:48:43.332 7351 7575 V MediaMetadataRetriever: setDataSource(fd)
return(0)
04-05 09:48:43.332 7351 7575 V MediaMetadataRetriever: extractMetadata(18)
04-05 09:48:43.333 7351 7575 V MediaMetadataRetriever: extractMetadata(19)
04-05 09:48:43.333 7351 7575 V MediaMetadataRetriever: extractMetadata(24)
04-05 09:48:43.334 7351 7575 V MediaMetadataRetriever: getFrameAtTime: time(0 us)
option(2) colorFormat(4) metaOnly(0)
04-05 09:48:43.373 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:43.374 7351 7409 W CAM_A : PHOTO > abs Δ(result sensor timestamp) =
90,48 ms > 70,00 ms
04-05 09:48:43.374 7351 7409 W CAM_A : PHOTO > rel Δ(result sensor timestamp) =
0,28 > 0,25
04-05 09:48:43.374 7351 7409 W CAM_A : PHOTO > result sensor delay = 1,79 >
1,10
04-05 09:48:43.406 7351 7575 V MediaMetadataRetriever: destructor
04-05 09:48:43.406 7351 7575 V MediaMetadataRetriever: disconnect
04-05 09:48:43.424 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:43.424 7351 7409 W CAM_A : PHOTO > rel Δ(result sensor timestamp) =
0,44 > 0,25
04-05 09:48:43.469 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:43.478 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:43.479 7351 7409 W CAM_A : PHOTO > result sensor delay = 1,49 >
1,10
04-05 09:48:43.522 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:43.522 7351 7409 W CAM_A : PHOTO > rel Δ(result sensor timestamp) =
0,33 > 0,25
04-05 09:48:43.561 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:43.597 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:43.639 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:43.677 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:43.714 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:43.729 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:43.762 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:43.804 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:43.842 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:43.881 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:43.926 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:43.965 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:43.968 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:44.008 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:44.050 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:44.092 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:44.131 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:44.177 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:44.230 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:44.248 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:44.278 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:44.329 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:44.385 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:44.440 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:44.485 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:44.526 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:44.533 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:44.588 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:44.637 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:44.682 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:44.738 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:44.784 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:44.821 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:44.835 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:44.889 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6740
04-05 09:48:44.893 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:44.897 7351 7543 I ViewRootImpl@b5912af[CameraLauncher]: Resizing
android.view.ViewRootImpl@3e80ab5: frame = [0,0][1080,2400] reportDraw = false
forceLayout = false syncSeqId = 0
04-05 09:48:44.898 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=false, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6727
04-05 09:48:44.898 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleResized, msg = 4 frames=ClientWindowFrames{frame=[0,0][1080,2400]
display=[0,0][1080,2400] parentFrame=[0,0][0,0] parentClippedByDisplayCutout=false}
forceNextWindowRelayout=false displayId=0 resizeMode=-1 frameChanged=false
displayFrameChanged=false configChanged=false displayChanged=false
04-05 09:48:44.938 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:45.001 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:45.040 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:45.087 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:45.141 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:45.141 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:45.191 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:45.240 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:45.287 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:45.343 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:45.395 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:45.440 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:45.447 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:45.502 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:45.546 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:45.601 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:45.657 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:45.696 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:45.736 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:45.745 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:45.795 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:45.853 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:45.902 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:45.956 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:45.998 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:46.045 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:46.048 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:46.103 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:46.159 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:46.218 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:46.258 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:46.286 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 0
04-05 09:48:46.287 7351 7351 I GestureDetector: obtain mCurrentDownEvent. id:
617139336 caller:
com.google.android.apps.camera.ui.shutterbutton.ShutterButton.dispatchTouchEvent:19
5 android.view.ViewGroup.dispatchTransformedTouchEvent:3316
android.view.ViewGroup.dispatchTouchEvent:2931
04-05 09:48:46.301 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:46.301 7351 7351 I GestureDetector: obtain mCurrentMotionEventRaw.
action: 2 id: 1055628739
04-05 09:48:46.325 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:46.343 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:46.389 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 1
04-05 09:48:46.398 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:46.402 7351 7351 W MediaFsQModule: Returning Q MediaFs implementation
04-05 09:48:46.445 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:46.494 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:46.502 7351 7394 D CompatibilityChangeReporter: Compat change id
reported: 150939131; UID 10574; state: DISABLED
04-05 09:48:46.546 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:46.586 7351 7351 I GestureDetector: handleMessage TAP
04-05 09:48:46.596 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:46.623 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:46.646 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:46.698 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:46.748 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:46.798 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:46.848 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:46.899 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:46.929 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:46.956 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:47.005 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:47.057 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:47.110 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:47.161 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:47.221 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:47.263 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:47.273 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:47.318 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:47.375 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:47.419 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:47.466 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:47.524 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:47.556 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:47.562 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:47.583 7351 7658 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:47.585 7351 7658 E libgcam : [static_metadata.cc:130]: IsValid:
Expected number of illuminant>=3, actual=0
04-05 09:48:47.585 7351 7658 E libgcam : [awb_hdrplus_helper.cc:893]:
CreateInstance: qc_color_calibration is invalid:
04-05 09:48:47.585 7351 7658 E libgcam : num_lights 0
04-05 09:48:47.585 7351 7658 E libgcam : rg_ratios
04-05 09:48:47.585 7351 7658 E libgcam : bg_ratios
04-05 09:48:47.585 7351 7658 E libgcam : grgb_ratio 0
04-05 09:48:47.603 7351 7658 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:47.612 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:47.662 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:47.719 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:47.768 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:47.820 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:47.868 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:47.875 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:47.919 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:47.967 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:47.984 7351 7356 I eCameraEngR18F1: NativeAlloc concurrent copying GC
freed 19MB AllocSpace bytes, 19(536KB) LOS objects, 50% free, 18MB/36MB, paused
139us,32us total 111.744ms
04-05 09:48:48.007 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:48.043 7351 7658 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 0 too high (actual 58.16 ms, request 40 ms).
04-05 09:48:48.043 7351 7658 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 0 not within tolerance (actual 58.16 ms, request 40
ms).
04-05 09:48:48.043 7351 7658 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 0 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:48:48.044 7351 7442 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:48:48.071 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:48.104 7351 7658 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 1 too high (actual 58.16 ms, request 40 ms).
04-05 09:48:48.104 7351 7658 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 1 not within tolerance (actual 58.16 ms, request 40
ms).
04-05 09:48:48.104 7351 7658 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 1 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:48:48.105 7351 7442 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:48:48.132 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:48.164 7351 7658 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 2 too high (actual 58.16 ms, request 40 ms).
04-05 09:48:48.164 7351 7658 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 2 not within tolerance (actual 58.16 ms, request 40
ms).
04-05 09:48:48.164 7351 7658 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 2 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:48:48.165 7351 7442 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:48:48.186 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:48.233 7351 7658 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 3 too high (actual 58.16 ms, request 40 ms).
04-05 09:48:48.233 7351 7658 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 3 not within tolerance (actual 58.16 ms, request 40
ms).
04-05 09:48:48.233 7351 7658 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 3 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:48:48.234 7351 7442 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:48:48.244 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:48.291 7351 7658 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 4 too high (actual 58.16 ms, request 40 ms).
04-05 09:48:48.291 7351 7658 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 4 not within tolerance (actual 58.16 ms, request 40
ms).
04-05 09:48:48.291 7351 7658 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 4 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:48:48.293 7351 7442 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:48:48.309 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:48.344 7351 7658 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 5 too high (actual 58.16 ms, request 40 ms).
04-05 09:48:48.344 7351 7658 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 5 not within tolerance (actual 58.16 ms, request 40
ms).
04-05 09:48:48.344 7351 7658 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 5 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:48:48.345 7351 7442 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:48:48.345 7351 7442 W libgcam : [shot_helper.cc:352]:
LogViewfinderAeWarnings: viewfinder_short_tet (0.000ms) is further than expected
from the capture TET (644.930ms). Relative error: 100%.
04-05 09:48:48.346 7351 7442 E libgcam : [shot.cc:2728]: ChooseWbGains:
AwbHdrPlusHelper is null. Using driver AWB from base frame.
04-05 09:48:48.374 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:48.375 7351 7409 W CAM_A : PHOTO > result sensor delay = 1,32 >
1,10
04-05 09:48:48.405 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:48.432 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:48.477 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:48.529 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:48.582 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:48.627 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/* className=com.instagram.share.handleractivity.ShareHandlerActivity
04-05 09:48:48.628 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:48.628 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/*
className=com.instagram.share.handleractivity.ReelShareHandlerActivity
04-05 09:48:48.628 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/*
className=com.instagram.direct.share.handler.DirectExternalMediaShareActivityPhotoI
nterop
04-05 09:48:48.628 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/* className=com.whatsapp.contact.ui.picker.ContactPicker
04-05 09:48:48.628 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/* className=com.linecorp.line.keepmemo.share.os.KeepMemoSaveActivity
04-05 09:48:48.637 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/* className=com.instagram.share.handleractivity.ShareHandlerActivity
04-05 09:48:48.637 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/*
className=com.instagram.share.handleractivity.ReelShareHandlerActivity
04-05 09:48:48.637 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/*
className=com.instagram.direct.share.handler.DirectExternalMediaShareActivityVideoI
nterop
04-05 09:48:48.637 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/* className=com.whatsapp.contact.ui.picker.ContactPicker
04-05 09:48:48.637 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/* className=com.linecorp.line.keepmemo.share.os.KeepMemoSaveActivity
04-05 09:48:48.666 7351 7391 I AppIconSolution: night mode is changed to true
04-05 09:48:48.670 7351 7391 E eCameraEngR18F1: Invalid ID 0x00000000.
04-05 09:48:48.683 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:48.721 7351 7391 I AppIconSolution: start to load,
pkg=com.instagram.android, bg=126-126, dr=189-189, forDefault=false, density=0
04-05 09:48:48.727 7351 7356 I eCameraEngR18F1: NativeAlloc concurrent copying GC
freed 2658KB AllocSpace bytes, 1(68KB) LOS objects, 49% free, 11MB/22MB, paused
1.276ms,36us total 100.493ms
04-05 09:48:48.729 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:48.737 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:48.745 7351 7391 I AppIconSolution: getIconScale,
pkg=com.instagram.android, size=189, iconScale=IconScale[alpha=1, scale=0.62,
isCrop=false]
04-05 09:48:48.745 7351 7391 I AppIconSolution: fromTheme2,
pkg=com.instagram.android, bg=126-126, dr=189-189, tarScale=0.62,
relScale=0.41775402, mask=false, isCropInTheme = false, isNight = true
04-05 09:48:48.757 7351 7391 I AppIconSolution: start to load,
pkg=com.google.android.youtube, bg=126-126, dr=189-189, forDefault=false, density=0
04-05 09:48:48.760 7351 7391 I AppIconSolution: getIconScale,
pkg=com.google.android.youtube, size=189, iconScale=IconScale[alpha=1, scale=0.62,
isCrop=false]
04-05 09:48:48.760 7351 7391 I AppIconSolution: fromTheme2,
pkg=com.google.android.youtube, bg=126-126, dr=189-189, tarScale=0.62,
relScale=0.41775402, mask=false, isCropInTheme = false, isNight = true
04-05 09:48:48.776 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:48.838 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:48.890 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:48.896 7351 7391 I AppIconSolution: start to load,
pkg=com.google.android.apps.tachyon, bg=126-126, dr=189-189, forDefault=false,
density=0
04-05 09:48:48.904 7351 7391 I AppIconSolution: getIconScale,
pkg=com.google.android.apps.tachyon, size=189, iconScale=IconScale[alpha=1,
scale=0.62, isCrop=false]
04-05 09:48:48.905 7351 7391 I AppIconSolution: fromTheme2,
pkg=com.google.android.apps.tachyon, bg=126-126, dr=189-189, tarScale=0.62,
relScale=0.41775402, mask=false, isCropInTheme = false, isNight = true
04-05 09:48:48.956 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:48.977 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:49.027 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:49.040 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:49.080 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:49.138 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:49.180 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:49.227 7351 7356 W eCameraEngR18F1: Cleared Reference was only
reachable from finalizer (only reported once)
04-05 09:48:49.238 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:49.284 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:49.312 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:49.336 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:49.348 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 0
04-05 09:48:49.380 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:49.432 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:49.443 7351 7351 W CAM_A : Placeholder drawable removed:
key=ShotId-0 evicted=false
04-05 09:48:49.463 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 1
04-05 09:48:49.498 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:49.501 7351 7351 D CameraManager2: GotArray:0
04-05 09:48:49.501 7351 7351 D CameraManager2: GotArray:1
04-05 09:48:49.501 7351 7351 D CameraManager2: GotArray:2
04-05 09:48:49.501 7351 7351 D CameraManager2: GotArray:3
04-05 09:48:49.508 7351 7351 D CameraManager2: GotArray:0
04-05 09:48:49.508 7351 7351 D CameraManager2: GotArray:1
04-05 09:48:49.508 7351 7351 D CameraManager2: GotArray:2
04-05 09:48:49.508 7351 7351 D CameraManager2: GotArray:3
04-05 09:48:49.513 7351 7377 D SensorManager: unregisterListener
04-05 09:48:49.515 7351 7393 D SensorManager: unregisterListener
04-05 09:48:49.518 7351 7393 D SensorManager: unregisterListener
04-05 09:48:49.530 7351 7658 E native : E0405 09:48:49.529982 7658
jni_environment.cc:81] Failed to detach current thread from the JVM.
JavaVM::DetachCurrentThread returned: -1
04-05 09:48:49.530 7351 7437 E GoLog : E0405 09:48:49.529982 7658
jni_environment.cc:81] Failed to detach current thread from the JVM.
JavaVM::DetachCurrentThread returned: -1
04-05 09:48:49.540 7351 7351 D CameraManager2: GotArray:0
04-05 09:48:49.540 7351 7351 D CameraManager2: GotArray:1
04-05 09:48:49.540 7351 7351 D CameraManager2: GotArray:2
04-05 09:48:49.540 7351 7351 D CameraManager2: GotArray:3
04-05 09:48:49.544 7351 7351 D CameraManager2: GotArray:0
04-05 09:48:49.544 7351 7351 D CameraManager2: GotArray:1
04-05 09:48:49.544 7351 7351 D CameraManager2: GotArray:2
04-05 09:48:49.544 7351 7351 D CameraManager2: GotArray:3
04-05 09:48:49.546 7351 7351 D CameraManager2: GotArray:0
04-05 09:48:49.546 7351 7351 D CameraManager2: GotArray:1
04-05 09:48:49.546 7351 7351 D CameraManager2: GotArray:2
04-05 09:48:49.546 7351 7351 D CameraManager2: GotArray:3
04-05 09:48:49.548 7351 7351 D CameraManager2: GotArray:0
04-05 09:48:49.548 7351 7351 D CameraManager2: GotArray:1
04-05 09:48:49.548 7351 7351 D CameraManager2: GotArray:2
04-05 09:48:49.549 7351 7351 D CameraManager2: GotArray:3
04-05 09:48:49.554 7351 7351 I SurfaceView@aa7377f: onWindowVisibilityChanged(8)
false android.view.SurfaceView{aa7377f V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:48:49.554 7351 7351 I SurfaceView@aa7377f: Changes: creating=false
format=false size=false visible=true alpha=false hint=false mUseAlpha=false
visible=true left=false top=false
04-05 09:48:49.554 7351 7351 I SurfaceView@aa7377f: 178730879 Cur surface:
Surface(name=null)/@0xbadaa59
04-05 09:48:49.554 7351 7351 I SurfaceView@aa7377f: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x7398072900
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:48:49.554 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x7398072900android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
android.view.View.dispatchDetachedFromWindow:22529
04-05 09:48:49.554 7351 7351 I SurfaceView@aa7377f: surfaceDestroyed
04-05 09:48:49.554 7351 7351 I SurfaceView@aa7377f: surfaceDestroyed
callback.size 1 #2 android.view.SurfaceView{aa7377f V.E...... ........ 0,0-
1080,1920}
04-05 09:48:49.554 7351 7351 I SurfaceView@aa7377f: updateSurface: mVisible =
false mSurface.isValid() = true
04-05 09:48:49.554 7351 7351 I SurfaceView@aa7377f: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:48:49.554 7351 7351 I SurfaceView@aa7377f: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7398078100
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:1172
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:48:49.554 7351 7351 I SurfaceView@aa7377f: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:48:49.554 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x7398078100android.view.ViewRootImpl.applyTransactionOnDrawFromReleaseSurfaces:128
50 android.view.SurfaceView.applyTransactionOnVriDraw:2046
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:1172
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:48:49.555 7351 7351 V SurfaceView@aa7377f: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 09:48:49.555 7351 7351 I SurfaceView@aa7377f: onDetachedFromWindow:
tryReleaseSurfaces()
04-05 09:48:49.555 7351 7351 I SurfaceView@aa7377f: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:48:49.555 7351 7351 I SurfaceView@aa7377f: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7398078500
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.onDetachedFromWindow:500
android.view.View.dispatchDetachedFromWindow:22538
04-05 09:48:49.555 7351 7351 I SurfaceView@aa7377f: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:48:49.555 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x7398078500android.view.ViewRootImpl.applyTransactionOnDrawFromReleaseSurfaces:128
50 android.view.SurfaceView.applyTransactionOnVriDraw:2046
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.onDetachedFromWindow:500
android.view.View.dispatchDetachedFromWindow:22538
04-05 09:48:49.556 7351 7351 D SurfaceView@dd7b0d3: setFixedSize -1x-1 ->
1920x1080
04-05 09:48:49.556 7351 7351 I SurfaceView@dd7b0d3: onWindowVisibilityChanged(0)
true android.view.SurfaceView{dd7b0d3 V.E...... ......I. 0,0-0,0} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:48:49.556 7351 7351 D SurfaceView@dd7b0d3: updateSurface: has no frame
04-05 09:48:49.572 7351 7351 W CAM_A : ModeSwitcher WAS ALREADY ENABLED!
04-05 09:48:49.581 7351 7361 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#1(BLAST Consumer)1](id:1cb700000003,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:48:49.583 7351 7351 D SurfaceView@dd7b0d3: updateSurface: has no frame
04-05 09:48:49.584 7351 7489 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#1(BLAST Consumer)1](id:1cb700000003,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:48:49.584 7351 7351 I SurfaceView@dd7b0d3: Changes: creating=true
format=true size=true visible=true alpha=false hint=false mUseAlpha=false
visible=true left=true top=true
04-05 09:48:49.586 7351 7351 I BLASTBufferQueue: update, w= 1920 h= 1080 mName =
null mNativeObject= 0x72c18c3d00 sc.mNativeObject= 0x73236ed420 format= 4 caller=
android.view.SurfaceView.createBlastSurfaceControls:1383
android.view.SurfaceView.updateSurface:1079
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
android.view.SurfaceView$$ExternalSyntheticLambda5.onPreDraw:2
android.view.ViewTreeObserver.dispatchOnPreDraw:1121
android.view.ViewRootImpl.performTraversals:4442
04-05 09:48:49.586 7351 7543 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_IDLE for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:48:49.586 7351 7351 I SurfaceView@dd7b0d3: 232239315 Cur surface:
Surface(name=null)/@0xe0c19e8
04-05 09:48:49.586 7351 7351 I SurfaceView@dd7b0d3: pST: sr = Rect(0, 207 - 1080,
2127) sw = 1920 sh = 1080
04-05 09:48:49.586 7351 7351 D SurfaceView@dd7b0d3: performSurfaceTransaction
RenderWorker position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 09:48:49.586 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x7398078900
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:48:49.586 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x7398078900android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
android.view.SurfaceView$$ExternalSyntheticLambda5.onPreDraw:2
04-05 09:48:49.586 7351 7351 I SurfaceView@dd7b0d3: updateSurface: mVisible =
true mSurface.isValid() = true
04-05 09:48:49.586 7351 7351 I SurfaceView@dd7b0d3: updateSurface:
mSurfaceCreated = false surfaceChanged = true visibleChanged = true
04-05 09:48:49.586 7351 7351 I SurfaceView@dd7b0d3: visibleChanged --
surfaceCreated
04-05 09:48:49.586 7351 7351 I SurfaceView@dd7b0d3: surfaceCreated 2 #8
android.view.SurfaceView{dd7b0d3 V.E...... ......ID 0,0-1080,1920}
04-05 09:48:49.586 7351 7351 I SurfaceView@dd7b0d3: surfaceChanged -- format=4
w=1920 h=1080
04-05 09:48:49.586 7351 7351 I SurfaceView@dd7b0d3: surfaceChanged (1920,1080) 2
#8 android.view.SurfaceView{dd7b0d3 V.E...... ......ID 0,0-1080,1920}
04-05 09:48:49.586 7351 7351 I SurfaceView@dd7b0d3: surfaceRedrawNeeded
04-05 09:48:49.587 7351 7351 V SurfaceView@dd7b0d3: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 09:48:49.593 7351 7410 W CAM_MetadataDst: onCaptureFailed for Frame 132
04-05 09:48:49.593 7351 7409 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:49.593 7351 7410 W CAM_MetadataDst: onCaptureFailed for Frame 135
04-05 09:48:49.593 7351 7409 W CAM_A : LONG_EXPOSURE > result sensor delay =
1,49 > 1,10
04-05 09:48:49.595 7351 7410 W CAM_MetadataDst: onCaptureFailed for Frame 133
04-05 09:48:49.595 7351 7410 W CAM_MetadataDst: onCaptureFailed for Frame 134
04-05 09:48:49.595 7351 7410 W CAM_MetadataDst: onCaptureFailed for Frame 130
04-05 09:48:49.595 7351 7410 W CAM_MetadataDst: onCaptureFailed for Frame 131
04-05 09:48:49.597 7351 7381 D SurfaceView@aa7377f: windowPositionLost, frameNr =
94
04-05 09:48:49.597 7351 7425 D SurfaceView@dd7b0d3: updateSurfacePosition
RenderWorker, frameNr = 94, position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 09:48:49.597 7351 7425 I SurfaceView@dd7b0d3: uSP: rtp = Rect(0, 207 -
1080, 2127) rtsw = 1920 rtsh = 1080
04-05 09:48:49.597 7351 7425 I SurfaceView@dd7b0d3: onSSPAndSRT: pl = 0 pt = 207
sx = 0.5625 sy = 1.7777778
04-05 09:48:49.597 7351 7425 I SurfaceView@dd7b0d3: aOrMT:
ViewRootImpl@b5912af[CameraLauncher] t =
android.view.SurfaceControl$Transaction@6a52730 fN = 94 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
android.graphics.RenderNode$CompositePositionUpdateListener.positionChanged:373
04-05 09:48:49.597 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x7398078a00 mBlastBufferQueue=0x73171e1300 fn= 94 caller=
android.view.SurfaceView.applyOrMergeTransaction:1455 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
04-05 09:48:49.600 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x7398072900 mBlastBufferQueue=0x73171e1300 fn= 94 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:48:49.600 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x7398078100 mBlastBufferQueue=0x73171e1300 fn= 94 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:48:49.600 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x7398078500 mBlastBufferQueue=0x73171e1300 fn= 94 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:48:49.600 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x7398078900 mBlastBufferQueue=0x73171e1300 fn= 94 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:48:49.607 7351 7351 I SurfaceView@dd7b0d3: finishedDrawing
04-05 09:48:49.620 7351 7393 D SensorManager: registerListener :: 41, LSM6DSL
Gyroscope, 0, 0,
04-05 09:48:49.762 7351 7397 W eCameraEngR18F1: Long monitor contention with
owner Camera-Ex (7398) at void
android.hardware.camera2.impl.CameraDeviceImpl.waitUntilIdle()
(CameraDeviceImpl.java:1402) waiters=0 in void
android.hardware.camera2.impl.CameraDeviceImpl$4.run() for 156ms
04-05 09:48:49.762 7351 7398 W CAM_SurfaceMap: Surface(name=null)/@0xe0c19e8 is
valid but deferred streams are not yet available for CaptureSession-1
04-05 09:48:49.762 7351 7398 W CAM_SimpleReqProcessor: Failed to add Stream-3 to
CaptureRequest for Request-52. The surface is not yet available.
04-05 09:48:49.772 7351 7489 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_ACTIVE for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:48:49.772 7351 7398 W CAM_SurfaceMap: Surface(name=null)/@0xe0c19e8 is
valid but deferred streams are not yet available for CaptureSession-1
04-05 09:48:49.772 7351 7398 W CAM_SimpleReqProcessor: Failed to add Stream-3 to
CaptureRequest for Request-53. The surface is not yet available.
04-05 09:48:49.982 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:49.996 7351 7723 W CAM_A : Previous or current projection matrix
cannot be computed. Defaulting to identity
04-05 09:48:49.996 7351 7387 W CAM_A : Extractor (frame) of type
feature.acmi.imu.frame-straightness depends on foreign type
feature.acmi.imu.camera-orientation! Feature values may be calculated out of order!
04-05 09:48:49.996 7351 7387 W CAM_A : Extractor (frame) of type
feature.acmi.imu.frame-straightness depends on foreign type
feature.acmi.imu.camera-orientation! Feature values may be calculated out of order!
04-05 09:48:49.996 7351 7723 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 450,91 ms > 70,00 ms
04-05 09:48:49.996 7351 7723 W CAM_A : LONG_EXPOSURE > rel Δ(result sensor
timestamp) = 6,45 > 0,25
04-05 09:48:49.996 7351 7723 W CAM_A : LONG_EXPOSURE > result sensor delay =
11,14 > 1,10
04-05 09:48:50.007 7351 7387 D SensorManager: registerListener :: 11, LSM6DSL
Accelerometer, 200000, 0,
04-05 09:48:50.008 7351 7387 D SensorManager: registerListener :: 41, LSM6DSL
Gyroscope, 200000, 0, ftr@ca18b5b
04-05 09:48:50.013 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:50.021 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:50.022 7351 7723 W CAM_A : LONG_EXPOSURE > rel Δ(result sensor
timestamp) = 0,91 > 0,25
04-05 09:48:50.026 7351 7361 I BLASTBufferQueue:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#2](f:0,a:0) onFrameAvailable the first frame is available
04-05 09:48:50.032 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:50.032 7351 7443 E native : E0405 09:48:50.032622 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:50.033 7351 7437 E GoLog : E0405 09:48:50.032622 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:50.062 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:50.095 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:50.114 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:50.116 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:50.117 7351 7443 E native : E0405 09:48:50.117265 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:50.117 7351 7437 E GoLog : E0405 09:48:50.117265 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:50.163 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:50.181 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:50.196 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:50.196 7351 7443 E native : E0405 09:48:50.196379 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:50.196 7351 7437 E GoLog : E0405 09:48:50.196379 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:50.213 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:50.264 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:50.282 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:50.297 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:50.297 7351 7443 E native : E0405 09:48:50.297714 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:50.297 7351 7437 E GoLog : E0405 09:48:50.297714 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:50.314 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:50.365 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:50.384 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:50.400 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:50.400 7351 7443 E native : E0405 09:48:50.400418 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:50.400 7351 7437 E GoLog : E0405 09:48:50.400418 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:50.416 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:50.468 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:50.487 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:50.502 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:50.502 7351 7443 E native : E0405 09:48:50.502763 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:50.503 7351 7437 E GoLog : E0405 09:48:50.502763 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:50.517 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:50.567 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:50.590 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:50.609 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:50.609 7351 7443 E native : E0405 09:48:50.609504 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:50.609 7351 7437 E GoLog : E0405 09:48:50.609504 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:50.618 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:50.670 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:50.695 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:50.713 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:50.713 7351 7443 E native : E0405 09:48:50.713265 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:50.713 7351 7437 E GoLog : E0405 09:48:50.713265 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:50.723 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:50.770 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:50.799 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:50.815 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:50.816 7351 7443 E native : E0405 09:48:50.815975 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:50.816 7351 7437 E GoLog : E0405 09:48:50.815975 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:50.820 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:50.837 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 0
04-05 09:48:50.838 7351 7351 I GestureDetector: obtain mCurrentDownEvent. id:
946293127 caller:
com.google.android.apps.camera.ui.shutterbutton.ShutterButton.dispatchTouchEvent:19
5 android.view.ViewGroup.dispatchTransformedTouchEvent:3316
android.view.ViewGroup.dispatchTouchEvent:2931
04-05 09:48:50.872 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:50.882 7351 7351 I GestureDetector: obtain mCurrentMotionEventRaw.
action: 2 id: 775623295
04-05 09:48:50.898 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:50.916 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:50.916 7351 7443 E native : E0405 09:48:50.916392 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:50.916 7351 7437 E GoLog : E0405 09:48:50.916392 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:50.921 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:50.945 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 1
04-05 09:48:50.974 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:51.008 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:51.022 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:51.028 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:51.028 7351 7443 E native : E0405 09:48:51.028759 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:51.028 7351 7437 E GoLog : E0405 09:48:51.028759 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:51.072 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:51.098 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:51.119 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:51.119 7351 7443 E native : E0405 09:48:51.119848 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:51.125 7351 7437 E GoLog : E0405 09:48:51.119848 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:51.131 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:51.138 7351 7351 I GestureDetector: handleMessage TAP
04-05 09:48:51.174 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:51.202 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:51.219 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:51.220 7351 7443 E native : E0405 09:48:51.220086 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:51.220 7351 7437 E GoLog : E0405 09:48:51.220086 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:51.228 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:51.274 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:51.292 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:51.307 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:51.307 7351 7443 E native : E0405 09:48:51.307810 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:51.307 7351 7437 E GoLog : E0405 09:48:51.307810 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:51.324 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:51.377 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:51.401 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:51.417 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:51.417 7351 7443 E native : E0405 09:48:51.417608 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:51.417 7351 7437 E GoLog : E0405 09:48:51.417608 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:51.427 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:51.479 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:51.500 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:51.517 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:51.517 7351 7443 E native : E0405 09:48:51.517498 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:51.517 7351 7437 E GoLog : E0405 09:48:51.517498 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:51.527 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:51.606 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:51.633 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:51.637 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:51.661 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:51.661 7351 7443 E native : E0405 09:48:51.661692 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:51.661 7351 7437 E GoLog : E0405 09:48:51.661692 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:51.684 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:51.700 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:51.719 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:51.719 7351 7443 E native : E0405 09:48:51.719310 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:51.719 7351 7437 E GoLog : E0405 09:48:51.719310 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:51.732 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:51.745 7351 7749 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:51.745 7351 7749 E libgcam : [static_metadata.cc:130]: IsValid:
Expected number of illuminant>=3, actual=0
04-05 09:48:51.745 7351 7749 E libgcam : [awb_hdrplus_helper.cc:893]:
CreateInstance: qc_color_calibration is invalid:
04-05 09:48:51.745 7351 7749 E libgcam : num_lights 0
04-05 09:48:51.745 7351 7749 E libgcam : rg_ratios
04-05 09:48:51.745 7351 7749 E libgcam : bg_ratios
04-05 09:48:51.745 7351 7749 E libgcam : grgb_ratio 0
04-05 09:48:51.760 7351 7749 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:51.784 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:51.789 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:51.821 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:51.837 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:51.854 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:51.884 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:51.887 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:51.920 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:51.925 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:51.939 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:51.948 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:51.949 7351 7443 E native : E0405 09:48:51.949208 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:51.953 7351 7437 E GoLog : E0405 09:48:51.949208 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:51.953 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:51.986 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:51.988 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.019 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.031 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:52.035 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:52.053 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.056 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:52.056 7351 7443 E native : E0405 09:48:52.056521 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:52.056 7351 7437 E GoLog : E0405 09:48:52.056521 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:52.085 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.087 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:52.106 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:52.121 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.126 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:52.127 7351 7443 E native : E0405 09:48:52.127186 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:52.128 7351 7437 E GoLog : E0405 09:48:52.127186 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:52.140 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:52.151 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.182 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:52.182 7351 7723 W CAM_A : LONG_EXPOSURE > result sensor delay =
1,29 > 1,10
04-05 09:48:52.184 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.204 7351 7749 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 0 too high (actual 43.62 ms, request 30 ms).
04-05 09:48:52.204 7351 7749 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 0 not within tolerance (actual 43.62 ms, request 30
ms).
04-05 09:48:52.204 7351 7749 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 0 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:48:52.205 7351 7442 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:48:52.217 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.223 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:52.250 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.261 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:52.265 7351 7749 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 1 too high (actual 43.62 ms, request 30 ms).
04-05 09:48:52.265 7351 7749 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 1 not within tolerance (actual 43.62 ms, request 30
ms).
04-05 09:48:52.265 7351 7749 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 1 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:48:52.266 7351 7442 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:48:52.283 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.300 7351 7749 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 2 too high (actual 43.62 ms, request 30 ms).
04-05 09:48:52.300 7351 7749 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 2 not within tolerance (actual 43.62 ms, request 30
ms).
04-05 09:48:52.300 7351 7749 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 2 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:48:52.301 7351 7442 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:48:52.306 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:52.320 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.345 7351 7749 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 3 too high (actual 43.62 ms, request 30 ms).
04-05 09:48:52.345 7351 7749 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 3 not within tolerance (actual 43.62 ms, request 30
ms).
04-05 09:48:52.345 7351 7749 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 3 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:48:52.346 7351 7442 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:48:52.349 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.352 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:52.378 7351 7749 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 4 too high (actual 43.62 ms, request 30 ms).
04-05 09:48:52.378 7351 7749 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 4 not within tolerance (actual 43.62 ms, request 30
ms).
04-05 09:48:52.378 7351 7749 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 4 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:48:52.378 7351 7442 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:48:52.385 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.395 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:52.415 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.438 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:52.440 7351 7749 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 5 too high (actual 43.62 ms, request 30 ms).
04-05 09:48:52.440 7351 7749 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 5 not within tolerance (actual 43.62 ms, request 30
ms).
04-05 09:48:52.440 7351 7749 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 5 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:48:52.441 7351 7442 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:48:52.448 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.479 7351 7749 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 6 too high (actual 43.62 ms, request 30 ms).
04-05 09:48:52.479 7351 7749 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 6 not within tolerance (actual 43.62 ms, request 30
ms).
04-05 09:48:52.479 7351 7749 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 6 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:48:52.481 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.482 7351 7442 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:48:52.485 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:52.514 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.524 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:52.547 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.571 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:52.580 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.613 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.619 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:52.626 7351 7749 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 7 too high (actual 43.62 ms, request 30 ms).
04-05 09:48:52.626 7351 7749 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 7 not within tolerance (actual 43.62 ms, request 30
ms).
04-05 09:48:52.626 7351 7749 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 7 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:48:52.629 7351 7442 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:48:52.647 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.660 7351 7749 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 8 too high (actual 43.62 ms, request 30 ms).
04-05 09:48:52.660 7351 7749 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 8 not within tolerance (actual 43.62 ms, request 30
ms).
04-05 09:48:52.660 7351 7749 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 8 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:48:52.663 7351 7442 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:48:52.663 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:52.679 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.686 7351 7749 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 9 too high (actual 43.62 ms, request 30 ms).
04-05 09:48:52.686 7351 7749 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 9 not within tolerance (actual 43.62 ms, request 30
ms).
04-05 09:48:52.686 7351 7749 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 9 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:48:52.688 7351 7442 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:48:52.702 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:52.707 7351 7749 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 10 too high (actual 43.62 ms, request 30 ms).
04-05 09:48:52.707 7351 7749 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 10 not within tolerance (actual 43.62 ms, request
30 ms).
04-05 09:48:52.707 7351 7749 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 10 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:48:52.708 7351 7442 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:48:52.712 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.731 7351 7749 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 11 too high (actual 43.62 ms, request 30 ms).
04-05 09:48:52.731 7351 7749 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 11 not within tolerance (actual 43.62 ms, request
30 ms).
04-05 09:48:52.731 7351 7749 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 11 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:48:52.734 7351 7442 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:48:52.746 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:52.746 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.752 7351 7749 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 12 too high (actual 43.62 ms, request 30 ms).
04-05 09:48:52.752 7351 7749 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 12 not within tolerance (actual 43.62 ms, request
30 ms).
04-05 09:48:52.752 7351 7749 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 12 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:48:52.753 7351 7442 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:48:52.775 7351 7749 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 13 too high (actual 43.62 ms, request 30 ms).
04-05 09:48:52.775 7351 7749 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 13 not within tolerance (actual 43.62 ms, request
30 ms).
04-05 09:48:52.775 7351 7749 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 13 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:48:52.776 7351 7442 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:48:52.778 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:52.789 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:52.819 7351 7749 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 14 too high (actual 43.62 ms, request 30 ms).
04-05 09:48:52.819 7351 7749 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 14 not within tolerance (actual 43.62 ms, request
30 ms).
04-05 09:48:52.819 7351 7749 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 14 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:48:52.820 7351 7442 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:48:52.820 7351 7442 W libgcam : [shot_helper.cc:352]:
LogViewfinderAeWarnings: viewfinder_short_tet (0.000ms) is further than expected
from the capture TET (483.697ms). Relative error: 100%.
04-05 09:48:52.821 7351 7442 E libgcam : [shot.cc:2728]: ChooseWbGains:
AwbHdrPlusHelper is null. Using driver AWB from base frame.
04-05 09:48:52.846 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:52.847 7351 7723 W CAM_A : LONG_EXPOSURE > result sensor delay =
1,18 > 1,10
04-05 09:48:52.862 7351 7442 I tflite : Initialized TensorFlow Lite runtime.
04-05 09:48:52.862 7351 7437 E GoLog : INFO: Initialized TensorFlow Lite
runtime.
04-05 09:48:52.864 7351 7442 W libc : Access denied finding property
"ro.mediatek.platform"
04-05 09:48:52.864 7351 7442 W libc : Access denied finding property
"ro.chipname"
04-05 09:48:52.871 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:52.891 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:52.905 7351 7380 I tflite : Replacing 5 node(s) with delegate
(TfLiteXNNPackDelegate) node, yielding 1 partitions.
04-05 09:48:52.906 7351 7437 E GoLog : INFO: Replacing 5 node(s) with delegate
(TfLiteXNNPackDelegate) node, yielding 1 partitions.
04-05 09:48:52.915 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:52.916 7351 7443 E native : E0405 09:48:52.915860 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:52.919 7351 7437 E GoLog : E0405 09:48:52.915860 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:52.939 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:52.977 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:52.993 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:53.004 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:53.005 7351 7437 E GoLog : E0405 09:48:53.004903 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:53.005 7351 7443 E native : E0405 09:48:53.004903 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:53.041 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:53.079 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/* className=com.instagram.share.handleractivity.ShareHandlerActivity
04-05 09:48:53.079 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/*
className=com.instagram.share.handleractivity.ReelShareHandlerActivity
04-05 09:48:53.079 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/*
className=com.instagram.direct.share.handler.DirectExternalMediaShareActivityPhotoI
nterop
04-05 09:48:53.079 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/* className=com.whatsapp.contact.ui.picker.ContactPicker
04-05 09:48:53.079 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/* className=com.linecorp.line.keepmemo.share.os.KeepMemoSaveActivity
04-05 09:48:53.087 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:53.091 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:53.099 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/* className=com.instagram.share.handleractivity.ShareHandlerActivity
04-05 09:48:53.099 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/*
className=com.instagram.share.handleractivity.ReelShareHandlerActivity
04-05 09:48:53.099 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/*
className=com.instagram.direct.share.handler.DirectExternalMediaShareActivityVideoI
nterop
04-05 09:48:53.099 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/* className=com.whatsapp.contact.ui.picker.ContactPicker
04-05 09:48:53.099 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/* className=com.linecorp.line.keepmemo.share.os.KeepMemoSaveActivity
04-05 09:48:53.129 7351 7391 I AppIconSolution: start to load,
pkg=com.instagram.android, bg=126-126, dr=189-189, forDefault=false, density=0
04-05 09:48:53.131 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:53.131 7351 7443 E native : E0405 09:48:53.131588 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:53.132 7351 7437 E GoLog : E0405 09:48:53.131588 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:53.136 7351 7391 I AppIconSolution: getIconScale,
pkg=com.instagram.android, size=189, iconScale=IconScale[alpha=1, scale=0.62,
isCrop=false]
04-05 09:48:53.136 7351 7391 I AppIconSolution: fromTheme2,
pkg=com.instagram.android, bg=126-126, dr=189-189, tarScale=0.62,
relScale=0.41775402, mask=false, isCropInTheme = false, isNight = true
04-05 09:48:53.140 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:53.148 7351 7391 I AppIconSolution: start to load,
pkg=com.google.android.youtube, bg=126-126, dr=189-189, forDefault=false, density=0
04-05 09:48:53.150 7351 7391 I AppIconSolution: getIconScale,
pkg=com.google.android.youtube, size=189, iconScale=IconScale[alpha=1, scale=0.62,
isCrop=false]
04-05 09:48:53.150 7351 7391 I AppIconSolution: fromTheme2,
pkg=com.google.android.youtube, bg=126-126, dr=189-189, tarScale=0.62,
relScale=0.41775402, mask=false, isCropInTheme = false, isNight = true
04-05 09:48:53.166 7351 7391 I AppIconSolution: start to load,
pkg=com.google.android.apps.tachyon, bg=126-126, dr=189-189, forDefault=false,
density=0
04-05 09:48:53.168 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:53.169 7351 7391 I AppIconSolution: getIconScale,
pkg=com.google.android.apps.tachyon, size=189, iconScale=IconScale[alpha=1,
scale=0.62, isCrop=false]
04-05 09:48:53.169 7351 7391 I AppIconSolution: fromTheme2,
pkg=com.google.android.apps.tachyon, bg=126-126, dr=189-189, tarScale=0.62,
relScale=0.41775402, mask=false, isCropInTheme = false, isNight = true
04-05 09:48:53.190 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:53.207 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:53.207 7351 7443 E native : E0405 09:48:53.207668 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:53.207 7351 7437 E GoLog : E0405 09:48:53.207668 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:53.240 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:53.265 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:53.289 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:53.318 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:53.320 7351 7443 E native : E0405 09:48:53.320515 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:53.320 7351 7437 E GoLog : E0405 09:48:53.320515 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:53.345 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:53.368 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:53.391 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:53.403 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:53.404 7351 7443 E native : E0405 09:48:53.404803 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:53.404 7351 7437 E GoLog : E0405 09:48:53.404803 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:53.443 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:53.486 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:53.500 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:53.537 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:53.538 7351 7443 E native : E0405 09:48:53.538013 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:53.538 7351 7437 E GoLog : E0405 09:48:53.538013 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:53.541 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:53.594 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:53.624 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:53.647 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:53.664 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:53.664 7351 7443 E native : E0405 09:48:53.664761 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:53.664 7351 7437 E GoLog : E0405 09:48:53.664761 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:53.693 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:53.694 7351 7723 W CAM_A : LONG_EXPOSURE > result sensor delay =
1,49 > 1,10
04-05 09:48:53.703 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 0
04-05 09:48:53.709 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:53.735 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:53.735 7351 7723 W CAM_A : LONG_EXPOSURE > rel Δ(result sensor
timestamp) = 0,33 > 0,25
04-05 09:48:53.781 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:53.800 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:53.800 7351 7443 E native : E0405 09:48:53.800321 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:53.800 7351 7437 E GoLog : E0405 09:48:53.800321 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:53.820 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:53.866 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
MSG_WINDOW_FOCUS_CHANGED 0 0
04-05 09:48:53.875 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:53.911 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:53.944 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:53.956 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:53.977 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.021 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.049 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.050 7351 7443 E native : E0405 09:48:54.050310 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.050 7351 7437 E GoLog : E0405 09:48:54.050310 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.059 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.105 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.111 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.139 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.174 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.174 7351 7443 E native : E0405 09:48:54.174547 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.174 7351 7437 E GoLog : E0405 09:48:54.174547 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.183 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.222 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.225 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.251 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.267 7351 7443 E native : E0405 09:48:54.267264 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.268 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.268 7351 7437 E GoLog : E0405 09:48:54.267264 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.276 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.300 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.300 7351 7437 E GoLog : E0405 09:48:54.300360 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.300 7351 7443 E native : E0405 09:48:54.300360 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.325 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.332 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.373 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.378 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.380 7351 7437 E GoLog : E0405 09:48:54.379997 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.380 7351 7443 E native : E0405 09:48:54.379997 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.412 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.426 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.448 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.448 7351 7443 E native : E0405 09:48:54.448531 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.448 7351 7437 E GoLog : E0405 09:48:54.448531 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.473 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.506 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.528 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.588 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.589 7351 7356 I eCameraEngR18F1: NativeAlloc concurrent copying GC
freed 8097KB AllocSpace bytes, 7(564KB) LOS objects, 50% free, 22MB/45MB, paused
1.240ms,50us total 215.630ms
04-05 09:48:54.595 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.595 7351 7443 E native : E0405 09:48:54.595283 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.595 7351 7437 E GoLog : E0405 09:48:54.595283 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.626 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.648 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.674 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.675 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.676 7351 7443 E native : E0405 09:48:54.676065 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.677 7351 7437 E GoLog : E0405 09:48:54.676065 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.709 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.724 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.724 7351 7723 W CAM_A : LONG_EXPOSURE > result sensor delay =
1,49 > 1,10
04-05 09:48:54.742 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.742 7351 7443 E native : E0405 09:48:54.742578 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.742 7351 7437 E GoLog : E0405 09:48:54.742578 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.769 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.770 7351 7723 W CAM_A : LONG_EXPOSURE > rel Δ(result sensor
timestamp) = 0,33 > 0,25
04-05 09:48:54.774 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.805 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.807 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.807 7351 7443 E native : E0405 09:48:54.807877 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.809 7351 7437 E GoLog : E0405 09:48:54.807877 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.840 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.846 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.858 7351 7819 I tflite : Replacing 975 node(s) with delegate
(TfLiteGpuDelegate_New) node, yielding 1 partitions.
04-05 09:48:54.859 7351 7437 E GoLog : INFO: Replacing 975 node(s) with
delegate (TfLiteGpuDelegate_New) node, yielding 1 partitions.
04-05 09:48:54.867 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.867 7351 7443 E native : E0405 09:48:54.867361 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.867 7351 7437 E GoLog : E0405 09:48:54.867361 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.886 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.887 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.910 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.910 7351 7443 E native : E0405 09:48:54.910875 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.911 7351 7437 E GoLog : E0405 09:48:54.910875 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:54.937 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:54.944 7351 7723 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:48:54.949 7351 7351 D CameraManager2: GotArray:0
04-05 09:48:54.949 7351 7351 D CameraManager2: GotArray:1
04-05 09:48:54.950 7351 7351 D CameraManager2: GotArray:2
04-05 09:48:54.950 7351 7351 D CameraManager2: GotArray:3
04-05 09:48:54.954 7351 7351 D CameraManager2: GotArray:0
04-05 09:48:54.954 7351 7351 D CameraManager2: GotArray:1
04-05 09:48:54.955 7351 7351 D CameraManager2: GotArray:2
04-05 09:48:54.955 7351 7351 D CameraManager2: GotArray:3
04-05 09:48:54.956 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=false
04-05 09:48:54.956 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:48:54.957 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleAppVisibility mAppVisible = true visible = false
04-05 09:48:54.957 7351 7351 I SurfaceView@dd7b0d3: onWindowVisibilityChanged(8)
false android.view.SurfaceView{dd7b0d3 V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:48:54.957 7351 7351 I SurfaceView@dd7b0d3: Changes: creating=false
format=false size=false visible=true alpha=false hint=false mUseAlpha=false
visible=true left=false top=false
04-05 09:48:54.957 7351 7351 I SurfaceView@dd7b0d3: 232239315 Cur surface:
Surface(name=null)/@0xe0c19e8
04-05 09:48:54.957 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x73a4b52100
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:48:54.957 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x73a4b52100android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
android.view.View.dispatchWindowVisibilityChanged:15943
04-05 09:48:54.957 7351 7351 I SurfaceView@dd7b0d3: surfaceDestroyed
04-05 09:48:54.957 7351 7351 I SurfaceView@dd7b0d3: surfaceDestroyed
callback.size 2 #2 android.view.SurfaceView{dd7b0d3 V.E...... ........ 0,0-
1080,1920}
04-05 09:48:54.962 7351 7351 I SurfaceView@dd7b0d3: updateSurface: mVisible =
false mSurface.isValid() = true
04-05 09:48:54.962 7351 7351 I SurfaceView@dd7b0d3: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:48:54.962 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x72c19f5900
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:1172
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:48:54.962 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:48:54.962 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x72c19f5900
04-05 09:48:54.965 7351 7393 D SensorManager: unregisterListener
04-05 09:48:54.966 7351 7351 V SurfaceView@dd7b0d3: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 09:48:54.967 7351 7381 D SurfaceView@dd7b0d3: windowPositionLost, frameNr =
0
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: Retrieving snapshot for
com.google.android.apps.camera#com.google.android.GoogleCameraEngR18F1 failed
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter:
java.util.concurrent.ExecutionException: java.lang.SecurityException:
GoogleCertificatesRslt: not allowed: pkg=com.google.android.GoogleCameraEngR18F1,
sha256=[a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc],
atk=false, ver=251134029.true (go/gsrlt)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at mip.fb(Unknown
Source:27)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at mip.cd(Unknown
Source:63)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at kuc.c(Unknown
Source:12)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at kuc.e(Unknown
Source:35)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at kuc.b(Unknown
Source:1)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at gvh.a(Unknown
Source:35)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at gvj.run(Unknown
Source:9)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at law.run(Unknown
Source:2)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at pio.a(Unknown
Source:2)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at phs.run(Unknown
Source:20)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at pip.run(Unknown
Source:4)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledT
hreadPoolExecutor.java:307)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at lbh.run(Unknown
Source:2)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at lbg.run(Unknown
Source:0)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at
java.lang.Thread.run(Thread.java:1012)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at lab.run(Unknown
Source:5)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: Caused by:
java.lang.SecurityException: GoogleCertificatesRslt: not allowed:
pkg=com.google.android.GoogleCameraEngR18F1,
sha256=[a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc],
atk=false, ver=251134029.true (go/gsrlt)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at
android.os.Parcel.createExceptionOrNull(Parcel.java:3023)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at
android.os.Parcel.createException(Parcel.java:3007)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at
android.os.Parcel.readException(Parcel.java:2990)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at
android.os.Parcel.readException(Parcel.java:2932)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at bmn.z(Unknown
Source:10)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at ktz.a(Unknown
Source:38)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at kjd.f(Unknown
Source:10)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at kkc.t(Unknown
Source:9)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at kkc.u(Unknown
Source:22)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at kkc.e(Unknown
Source:15)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at
kkg.handleMessage(Unknown Source:920)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at
android.os.Handler.dispatchMessage(Handler.java:102)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at ksg.b(Unknown
Source:0)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at
ksg.dispatchMessage(Unknown Source:0)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at
android.os.Looper.loopOnce(Looper.java:226)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at
android.os.Looper.loop(Looper.java:313)
04-05 09:48:54.972 7351 7380 E PhenotypeFlagCommitter: at
android.os.HandlerThread.run(HandlerThread.java:67)
04-05 09:48:54.977 7351 7393 D SensorManager: unregisterListener
04-05 09:48:54.977 7351 7381 D OpenGLRenderer: setSurface called with nullptr
04-05 09:48:54.977 7351 7381 D OpenGLRenderer: setSurface() destroyed EGLSurface
04-05 09:48:54.977 7351 7381 D OpenGLRenderer: destroyEglSurface
04-05 09:48:54.980 7351 7749 E native : E0405 09:48:54.980130 7749
jni_environment.cc:81] Failed to detach current thread from the JVM.
JavaVM::DetachCurrentThread returned: -1
04-05 09:48:54.982 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=false
04-05 09:48:54.983 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals params={(0,0)(fillxfill) sim={state=always_hidden adjust=pan}
layoutInDisplayCutoutMode=shortEdges ty=BASE_APPLICATION fmt=TRANSLUCENT
wanim=0x1030309 rotAnim=SEAMLESS sysuil=true
04-05 09:48:54.983 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810500
04-05 09:48:54.983 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 09:48:54.983 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 09:48:54.983 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 09:48:54.983 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 09:48:54.983 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 09:48:54.983 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals mFirst=false windowShouldResize=false viewVisibilityChanged=true
mForceNextWindowRelayout=false params={(0,0)(fillxfill) sim={state=always_hidden
adjust=pan} layoutInDisplayCutoutMode=shortEdges ty=BASE_APPLICATION
fmt=TRANSLUCENT wanim=0x1030309 rotAnim=SEAMLESS sysuil=true
04-05 09:48:54.983 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810500
04-05 09:48:54.983 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 09:48:54.983 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 09:48:54.983 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 09:48:54.983 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 09:48:54.983 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 09:48:54.986 7351 7437 E GoLog : E0405 09:48:54.980130 7749
jni_environment.cc:81] Failed to detach current thread from the JVM.
JavaVM::DetachCurrentThread returned: -1
04-05 09:48:54.993 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Relayout
returned: old=(0,0,1080,2400) new=(0,0,1080,2400) req=(1080,2400)8 dur=4 res=0x2
s={false 0x0} ch=true seqId=0
04-05 09:48:54.993 7351 7351 D SurfaceView@dd7b0d3: updateSurface: surface is not
valid
04-05 09:48:54.993 7351 7351 I SurfaceView@dd7b0d3: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:48:54.993 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x72c19f5b00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998 android.view.SurfaceView.setFrame:525
04-05 09:48:54.993 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:48:54.993 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x72c19f5b00
04-05 09:48:55.000 7351 7351 I SurfaceView@dd7b0d3: windowStopped(true) false
android.view.SurfaceView{dd7b0d3 V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:48:55.001 7351 7489 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#2(BLAST Consumer)2](id:1cb700000005,api:4,p:1347,c:7351) queueBuffer:
BufferQueue has been abandoned
04-05 09:48:55.001 7351 7351 D SurfaceView@dd7b0d3: updateSurface: surface is not
valid
04-05 09:48:55.001 7351 7351 I SurfaceView@dd7b0d3: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:48:55.001 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x72c19f5c00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.setWindowStopped:335
04-05 09:48:55.001 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:48:55.001 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x72c19f5c00
04-05 09:48:55.002 7351 7351 D SurfaceView@dd7b0d3: updateSurface: surface is not
valid
04-05 09:48:55.003 7351 7351 I SurfaceView@dd7b0d3: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:48:55.003 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x72c19f5e00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:48:55.003 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:48:55.005 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x72c19f5e00
04-05 09:48:55.009 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
stopped(true) old = false
04-05 09:48:55.009 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
WindowStopped on
com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher set to
true
04-05 09:48:55.010 7351 7361 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#2(BLAST Consumer)2](id:1cb700000005,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:48:55.014 7351 7361 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#2(BLAST Consumer)2](id:1cb700000005,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:48:55.016 7351 7351 D SensorManager: unregisterListener
04-05 09:48:55.017 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:48:55.017 7351 7443 E native : E0405 09:48:55.017231 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:55.017 7351 7437 E GoLog : E0405 09:48:55.017231 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:48:55.036 7351 7394 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#2(BLAST Consumer)2](id:1cb700000005,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:48:55.039 7351 7351 W CAM_A : Duplicate call to stopModule; skipping
stop.
04-05 09:48:55.040 7351 7394 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#2(BLAST Consumer)2](id:1cb700000005,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:48:55.049 7351 7361 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#2(BLAST Consumer)2](id:1cb700000005,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:48:55.050 7351 7489 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#2(BLAST Consumer)2](id:1cb700000005,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:48:55.051 7351 7361 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_IDLE for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:48:55.065 7351 7351 I MSHandlerLifeCycle: removeMultiSplitHandler: no
exist. decor=DecorView@b927932[CameraLauncher]
04-05 09:48:55.066 7351 7351 D InputTransport: Input channel destroyed:
'ClientS', fd=152
04-05 09:48:55.067 7351 7351 D SurfaceView@dd7b0d3: updateSurface: surface is not
valid
04-05 09:48:55.067 7351 7351 I SurfaceView@dd7b0d3: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:48:55.067 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x72c1a03000
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:48:55.067 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:48:55.067 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x72c1a03000
04-05 09:48:55.371 7351 7394 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:48:55.379 7351 7543 W eCameraEngR18F1: Long monitor contention with
owner Camera-Ex (7398) at void
android.hardware.camera2.impl.CameraDeviceImpl.close()(CameraDeviceImpl.java:1463)
waiters=0 in void
android.hardware.camera2.impl.CameraDeviceImpl$CameraDeviceCallbacks.onResultReceiv
ed(android.hardware.camera2.impl.CameraMetadataNative,
android.hardware.camera2.impl.CaptureResultExtras,
android.hardware.camera2.impl.PhysicalCaptureResultInfo[]) for 322ms
04-05 09:48:55.414 7351 7844 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_OPEN for client com.whatsapp API Level
2User Id 0
04-05 09:48:55.478 7351 7351 D SurfaceView@dd7b0d3: updateSurface: surface is not
valid
04-05 09:48:55.478 7351 7351 I SurfaceView@dd7b0d3: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:48:55.478 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x72c1a03100
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:48:55.478 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:48:55.478 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x72c1a03100
04-05 09:48:55.489 7351 7360 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_ACTIVE for client com.whatsapp API Level
2User Id 0
04-05 09:48:56.050 7351 7844 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_IDLE for client com.whatsapp API Level
2User Id 0
04-05 09:48:56.064 7351 7351 W CAM_A : Placeholder drawable removed:
key=ShotId-1 evicted=false
04-05 09:48:56.277 7351 7351 D SurfaceView@dd7b0d3: updateSurface: surface is not
valid
04-05 09:48:56.278 7351 7351 I SurfaceView@dd7b0d3: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:48:56.278 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x730a463700
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:48:56.278 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:48:56.278 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x730a463700
04-05 09:48:56.292 7351 7360 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client com.whatsapp API Level
2User Id 0
04-05 09:49:26.907 7351 7351 D SurfaceView@dd7b0d3: updateSurface: surface is not
valid
04-05 09:49:26.907 7351 7351 I SurfaceView@dd7b0d3: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:49:26.907 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x730a463a00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:49:26.907 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:49:26.907 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x730a463a00
04-05 09:50:19.044 7351 7360 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 09:50:19.081 7351 7360 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 09:50:19.802 7351 7360 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 09:50:19.938 7351 7360 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 09:55:36.397 7351 7351 D SurfaceView@dd7b0d3: updateSurface: surface is not
valid
04-05 09:55:36.397 7351 7351 I SurfaceView@dd7b0d3: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:36.398 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x73a4b17a00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:55:36.398 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:55:36.398 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x73a4b17a00
04-05 09:55:42.062 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleAppVisibility mAppVisible = false visible = true
04-05 09:55:42.067 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
stopped(false) old = true
04-05 09:55:42.067 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
WindowStopped on
com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher set to
false
04-05 09:55:42.083 7351 7351 D CameraManager2: GotArray:0
04-05 09:55:42.083 7351 7351 D CameraManager2: GotArray:1
04-05 09:55:42.083 7351 7351 D CameraManager2: GotArray:2
04-05 09:55:42.083 7351 7351 D CameraManager2: GotArray:3
04-05 09:55:42.090 7351 7398 I CameraManager: registerAvailabilityCallback: Is
device callback = false
04-05 09:55:42.090 7351 7398 I CameraManagerGlobal: postSingleUpdate device:
camera id 0 status STATUS_PRESENT
04-05 09:55:42.090 7351 7398 I CameraManagerGlobal: postSingleUpdate device:
camera id 1 status STATUS_PRESENT
04-05 09:55:42.090 7351 7351 D CameraManager2: GotArray:0
04-05 09:55:42.090 7351 7398 I CameraManagerGlobal: postSingleUpdate device:
camera id 2 status STATUS_PRESENT
04-05 09:55:42.090 7351 7398 I CameraManagerGlobal: postSingleUpdate device:
camera id 3 status STATUS_PRESENT
04-05 09:55:42.096 7351 7351 D CameraManager2: GotArray:1
04-05 09:55:42.096 7351 7351 D CameraManager2: GotArray:2
04-05 09:55:42.096 7351 7351 D CameraManager2: GotArray:3
04-05 09:55:42.100 7351 7351 D CameraManager2: GotArray:0
04-05 09:55:42.100 7351 7351 D CameraManager2: GotArray:1
04-05 09:55:42.100 7351 7351 D CameraManager2: GotArray:2
04-05 09:55:42.100 7351 7351 D CameraManager2: GotArray:3
04-05 09:55:42.102 7351 7351 D CameraManager2: GotArray:0
04-05 09:55:42.102 7351 7351 D CameraManager2: GotArray:1
04-05 09:55:42.102 7351 7351 D CameraManager2: GotArray:2
04-05 09:55:42.102 7351 7351 D CameraManager2: GotArray:3
04-05 09:55:42.111 7351 7360 I CameraManagerGlobal: postSingleUpdate device:
camera id 0 status STATUS_NOT_AVAILABLE
04-05 09:55:42.123 7351 7360 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_OPEN for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:55:42.129 7351 7377 D SensorManager: registerListener :: 111, Rotation
Vector Non-wakeup, 200000, 0,
04-05 09:55:42.142 7351 7351 I MSHandlerLifeCycle: removeMultiSplitHandler: no
exist. decor=DecorView@b927932[CameraLauncher]
04-05 09:55:42.157 7351 7351 W CAM_A : ModeSwitcher WAS ALREADY ENABLED!
04-05 09:55:42.158 7351 7351 W CAM_A : Duplicate call to pauseModule; skipping
pause.
04-05 09:55:42.160 7351 7391 D SensorManager: registerListener :: 11, LSM6DSL
Accelerometer, 200000, 0,
04-05 09:55:42.171 7351 7351 D CameraManager2: GotArray:0
04-05 09:55:42.171 7351 7351 D CameraManager2: GotArray:1
04-05 09:55:42.171 7351 7351 D CameraManager2: GotArray:2
04-05 09:55:42.171 7351 7351 D CameraManager2: GotArray:3
04-05 09:55:42.172 7351 7351 D CameraManager2: GotArray:0
04-05 09:55:42.172 7351 7351 D CameraManager2: GotArray:1
04-05 09:55:42.172 7351 7351 D CameraManager2: GotArray:2
04-05 09:55:42.172 7351 7351 D CameraManager2: GotArray:3
04-05 09:55:42.175 7351 7351 D CameraManager2: GotArray:0
04-05 09:55:42.175 7351 7351 D CameraManager2: GotArray:1
04-05 09:55:42.175 7351 7351 D CameraManager2: GotArray:2
04-05 09:55:42.175 7351 7351 D CameraManager2: GotArray:3
04-05 09:55:42.184 7351 7351 D CameraManager2: GotArray:0
04-05 09:55:42.184 7351 7351 D CameraManager2: GotArray:1
04-05 09:55:42.184 7351 7351 D CameraManager2: GotArray:2
04-05 09:55:42.184 7351 7351 D CameraManager2: GotArray:3
04-05 09:55:42.188 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
stopped(false) old = false
04-05 09:55:42.188 7351 7351 W CAM_A : Duplicate call to resumeModule; skipping
resume.
04-05 09:55:42.189 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=true
04-05 09:55:42.190 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=true
04-05 09:55:42.190 7351 7351 I MSHandlerLifeCycle: removeMultiSplitHandler: no
exist. decor=DecorView@b927932[CameraLauncher]
04-05 09:55:42.191 7351 7351 I SurfaceView@dd7b0d3: onWindowVisibilityChanged(0)
false android.view.SurfaceView{dd7b0d3 V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:42.191 7351 7351 D SurfaceView@dd7b0d3: updateSurface: surface is not
valid
04-05 09:55:42.191 7351 7351 I SurfaceView@dd7b0d3: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:42.191 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7398080800
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:55:42.191 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:55:42.191 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = false t =
0x7398080800android.view.ViewRootImpl.applyTransactionOnDrawFromReleaseSurfaces:128
50 android.view.SurfaceView.applyTransactionOnVriDraw:2046
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:55:42.194 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=true
04-05 09:55:42.194 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals params={(0,0)(fillxfill) sim={state=always_hidden adjust=pan
forwardNavigation} layoutInDisplayCutoutMode=shortEdges ty=BASE_APPLICATION
fmt=TRANSLUCENT wanim=0x1030309 rotAnim=SEAMLESS sysuil=true
04-05 09:55:42.194 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810580
04-05 09:55:42.194 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 09:55:42.194 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 09:55:42.194 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 09:55:42.194 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 09:55:42.194 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 09:55:42.194 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals mFirst=false windowShouldResize=false viewVisibilityChanged=true
mForceNextWindowRelayout=false params={(0,0)(fillxfill) sim={state=always_hidden
adjust=pan forwardNavigation} layoutInDisplayCutoutMode=shortEdges
ty=BASE_APPLICATION fmt=TRANSLUCENT wanim=0x1030309 rotAnim=SEAMLESS sysuil=true
04-05 09:55:42.194 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810580
04-05 09:55:42.194 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 09:55:42.194 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 09:55:42.194 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 09:55:42.194 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 09:55:42.194 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 09:55:42.203 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl.relayoutWindow:9802
04-05 09:55:42.205 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
updateBlastSurfaceIfNeeded mBlastBufferQueue=null isSameSurfaceControl=false
04-05 09:55:42.205 7351 7351 I BLASTBufferQueue: new BLASTBufferQueue, mName=
ViewRootImpl@b5912af[CameraLauncher] mNativeObject= 0x73a4b66c00 sc.mNativeObject=
0x73172044e0 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:2909
android.view.ViewRootImpl.relayoutWindow:9847
android.view.ViewRootImpl.performTraversals:3884
android.view.ViewRootImpl.doTraversal:3116
android.view.ViewRootImpl$TraversalRunnable.run:10885
android.view.Choreographer$CallbackRecord.run:1301
android.view.Choreographer$CallbackRecord.run:1309
android.view.Choreographer.doCallbacks:923 android.view.Choreographer.doFrame:852
android.view.Choreographer$FrameDisplayEventReceiver.run:1283
04-05 09:55:42.206 7351 7351 I BLASTBufferQueue: update, w= 1080 h= 2400 mName =
ViewRootImpl@b5912af[CameraLauncher] mNativeObject= 0x73a4b66c00 sc.mNativeObject=
0x73172044e0 format= -3 caller= android.graphics.BLASTBufferQueue.<init>:84
android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:2909
android.view.ViewRootImpl.relayoutWindow:9847
android.view.ViewRootImpl.performTraversals:3884
android.view.ViewRootImpl.doTraversal:3116
android.view.ViewRootImpl$TraversalRunnable.run:10885
04-05 09:55:42.206 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Relayout
returned: old=(0,0,1080,2400) new=(0,0,1080,2400) req=(1080,2400)0 dur=10 res=0x3
s={true 0x7317452800} ch=true seqId=0
04-05 09:55:42.207 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
mThreadedRenderer.initialize() mSurface={isValid=true 0x7317452800}
hwInitialized=true
04-05 09:55:42.208 7351 7381 D OpenGLRenderer: eglCreateWindowSurface
04-05 09:55:42.209 7351 7351 I SurfaceView@dd7b0d3: Changes: creating=false
format=false size=false visible=false alpha=false hint=false mUseAlpha=false
visible=false left=false top=false
04-05 09:55:42.209 7351 7351 I SurfaceView@dd7b0d3: windowStopped(false) true
android.view.SurfaceView{dd7b0d3 V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:42.209 7351 7351 I SurfaceView@dd7b0d3: Changes: creating=true
format=false size=false visible=true alpha=false hint=false mUseAlpha=false
visible=true left=false top=false
04-05 09:55:42.211 7351 7351 I BLASTBufferQueue: update, w= 1920 h= 1080 mName =
null mNativeObject= 0x73a4b69600 sc.mNativeObject= 0x73172048a0 format= 4 caller=
android.view.SurfaceView.createBlastSurfaceControls:1383
android.view.SurfaceView.updateSurface:1079
android.view.SurfaceView.setWindowStopped:335
android.view.SurfaceView.surfaceCreated:1853
android.view.ViewRootImpl.notifySurfaceCreated:2820
android.view.ViewRootImpl.performTraversals:4293
04-05 09:55:42.211 7351 7351 I SurfaceView@dd7b0d3: 232239315 Cur surface:
Surface(name=null)/@0xe0c19e8
04-05 09:55:42.211 7351 7351 I SurfaceView@dd7b0d3: pST: sr = Rect(0, 207 - 1080,
2127) sw = 1920 sh = 1080
04-05 09:55:42.211 7351 7351 D SurfaceView@dd7b0d3: performSurfaceTransaction
RenderWorker position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 09:55:42.211 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x73980c1300
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.setWindowStopped:335
04-05 09:55:42.211 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x73980c1300android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.setWindowStopped:335
android.view.SurfaceView.surfaceCreated:1853
04-05 09:55:42.211 7351 7351 I SurfaceView@dd7b0d3: updateSurface: mVisible =
true mSurface.isValid() = true
04-05 09:55:42.211 7351 7351 I SurfaceView@dd7b0d3: updateSurface:
mSurfaceCreated = false surfaceChanged = true visibleChanged = true
04-05 09:55:42.211 7351 7351 I SurfaceView@dd7b0d3: visibleChanged --
surfaceCreated
04-05 09:55:42.211 7351 7351 I SurfaceView@dd7b0d3: surfaceCreated 2 #1
android.view.SurfaceView{dd7b0d3 V.E...... ........ 0,0-1080,1920}
04-05 09:55:42.212 7351 7351 I SurfaceView@dd7b0d3: surfaceChanged -- format=4
w=1920 h=1080
04-05 09:55:42.212 7351 7351 I SurfaceView@dd7b0d3: surfaceChanged (1920,1080) 2
#1 android.view.SurfaceView{dd7b0d3 V.E...... ........ 0,0-1080,1920}
04-05 09:55:42.212 7351 7351 I SurfaceView@dd7b0d3: surfaceRedrawNeeded
04-05 09:55:42.212 7351 7351 V SurfaceView@dd7b0d3: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 09:55:42.212 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
reportNextDraw android.view.ViewRootImpl.performTraversals:4438
android.view.ViewRootImpl.doTraversal:3116
android.view.ViewRootImpl$TraversalRunnable.run:10885
android.view.Choreographer$CallbackRecord.run:1301
android.view.Choreographer$CallbackRecord.run:1309
04-05 09:55:42.212 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Setup new
sync id=2
04-05 09:55:42.212 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Setting
syncFrameCallback
04-05 09:55:42.212 7351 7351 E SurfaceSyncer: Failed to find sync for id=0
04-05 09:55:42.212 7351 7351 E SurfaceSyncer: Failed to find sync for id=1
04-05 09:55:42.212 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
registerCallbacksForSync syncBuffer=false
04-05 09:55:42.216 7351 8034 I ViewRootImpl@b5912af[CameraLauncher]: Resizing
android.view.ViewRootImpl@3e80ab5: frame = [0,0][1080,2400] reportDraw = true
forceLayout = false syncSeqId = 0
04-05 09:55:42.222 7351 7424 D SurfaceView@dd7b0d3: updateSurfacePosition
RenderWorker, frameNr = 1, position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 09:55:42.222 7351 7424 I SurfaceView@dd7b0d3: uSP: rtp = Rect(0, 207 -
1080, 2127) rtsw = 1920 rtsh = 1080
04-05 09:55:42.222 7351 7424 I SurfaceView@dd7b0d3: onSSPAndSRT: pl = 0 pt = 207
sx = 0.5625 sy = 1.7777778
04-05 09:55:42.222 7351 7424 I SurfaceView@dd7b0d3: aOrMT:
ViewRootImpl@b5912af[CameraLauncher] t =
android.view.SurfaceControl$Transaction@8e320e6 fN = 1 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
android.graphics.RenderNode$CompositePositionUpdateListener.positionChanged:373
04-05 09:55:42.222 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73980c1400 mBlastBufferQueue=0x73a4b66c00 fn= 1 caller=
android.view.SurfaceView.applyOrMergeTransaction:1455 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
04-05 09:55:42.230 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73a4b52100 mBlastBufferQueue=0x73a4b66c00 fn= 1 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:55:42.230 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73980c1300 mBlastBufferQueue=0x73a4b66c00 fn= 1 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:55:42.230 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: Received
frameDrawingCallback syncResult=0 frameNum=1.
04-05 09:55:42.230 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: Setting up
sync and frameCommitCallback
04-05 09:55:42.231 7351 7381 I BLASTBufferQueue:
[ViewRootImpl@b5912af[CameraLauncher]#3](f:0,a:0) onFrameAvailable the first frame
is available
04-05 09:55:42.232 7351 7381 I ViewRootImpl@b5912af[CameraLauncher]: Received
frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
04-05 09:55:42.232 7351 7393 D SensorManager: registerListener :: 41, LSM6DSL
Gyroscope, 0, 0,
04-05 09:55:42.233 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
onSyncComplete
04-05 09:55:42.233 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: setupSync
seqId=0 mSyncId=2 fn=1 caller=android.view.ViewRootImpl$
$ExternalSyntheticLambda11.accept:6
android.window.SurfaceSyncer.lambda$setupSync$1$android-window-SurfaceSyncer:128
android.window.SurfaceSyncer$$ExternalSyntheticLambda1.accept:8
android.window.SurfaceSyncer$SyncSet.checkIfSyncIsComplete:382
android.window.SurfaceSyncer$SyncSet.markSyncReady:359
android.window.SurfaceSyncer.markSyncReady:151
android.view.ViewRootImpl.performTraversals:4503
04-05 09:55:42.233 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
reportDrawFinished seqId=0 mSyncId=-1 fn=1 mSurfaceChangedTransaction=0x7317319b00
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: OneCamera failed to start!
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2:
java.util.concurrent.CancellationException: Task was cancelled.
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at pfx.s(Unknown Source:32)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at pfx.get(Unknown Source:21)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at plk.I(Unknown Source:1)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at plk.ad(Unknown Source:9)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at phj.run(Unknown Source:23)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at pgr.execute(Unknown
Source:0)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at pfx.q(Unknown Source:0)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at pfx.l(Unknown Source:94)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at pfx.cancel(Unknown
Source:56)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at pfx.n(Unknown Source:16)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at pfj.c(Unknown Source:2)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at pfx.l(Unknown Source:28)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at pfx.cancel(Unknown
Source:56)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at pfx.n(Unknown Source:16)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at pgb.c(Unknown Source:2)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at pfx.l(Unknown Source:28)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at pfx.cancel(Unknown
Source:56)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at pfx.e(Unknown Source:79)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at pin.e(Unknown Source:4)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at phs.run(Unknown Source:54)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at pip.run(Unknown Source:4)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at pie.run(Unknown Source:2)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at pif.run(Unknown Source:75)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at law.run(Unknown Source:2)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledT
hreadPoolExecutor.java:307)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at lbh.run(Unknown Source:2)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at lbg.run(Unknown Source:0)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at
java.lang.Thread.run(Thread.java:1012)
04-05 09:55:42.236 7351 7393 W CAM_PckOneCamera-2: at lab.run(Unknown Source:5)
04-05 09:55:42.237 7351 7351 I SurfaceView@dd7b0d3: onWindowVisibilityChanged(8)
false android.view.SurfaceView{dd7b0d3 V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:42.237 7351 7351 I SurfaceView@dd7b0d3: Changes: creating=false
format=false size=false visible=true alpha=false hint=false mUseAlpha=false
visible=true left=false top=false
04-05 09:55:42.237 7351 7351 I SurfaceView@dd7b0d3: 232239315 Cur surface:
Surface(name=null)/@0xe0c19e8
04-05 09:55:42.237 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x73980c1800
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:55:42.237 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x73980c1800android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
android.view.View.dispatchDetachedFromWindow:22529
04-05 09:55:42.237 7351 7351 I SurfaceView@dd7b0d3: surfaceDestroyed
04-05 09:55:42.237 7351 7351 I SurfaceView@dd7b0d3: surfaceDestroyed
callback.size 1 #2 android.view.SurfaceView{dd7b0d3 V.E...... ........ 0,0-
1080,1920}
04-05 09:55:42.237 7351 7351 I SurfaceView@dd7b0d3: updateSurface: mVisible =
false mSurface.isValid() = true
04-05 09:55:42.238 7351 7351 I SurfaceView@dd7b0d3: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:42.238 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x73980c1900
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:1172
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:55:42.238 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:55:42.238 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x73980c1900android.view.ViewRootImpl.applyTransactionOnDrawFromReleaseSurfaces:128
50 android.view.SurfaceView.applyTransactionOnVriDraw:2046
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:1172
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:55:42.238 7351 7380 W CAM_FrameServer: Attempted to invoke
attach(frameStream, capacity) on FrameServer-2 after close()
04-05 09:55:42.238 7351 7351 V SurfaceView@dd7b0d3: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 09:55:42.238 7351 7351 I SurfaceView@dd7b0d3: onDetachedFromWindow:
tryReleaseSurfaces()
04-05 09:55:42.238 7351 7351 I SurfaceView@dd7b0d3: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:42.238 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x73236cd000
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.onDetachedFromWindow:500
android.view.View.dispatchDetachedFromWindow:22538
04-05 09:55:42.238 7351 7351 I SurfaceView@dd7b0d3: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:55:42.238 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x73236cd000android.view.ViewRootImpl.applyTransactionOnDrawFromReleaseSurfaces:128
50 android.view.SurfaceView.applyTransactionOnVriDraw:2046
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.onDetachedFromWindow:500
android.view.View.dispatchDetachedFromWindow:22538
04-05 09:55:42.239 7351 7351 D SurfaceView@55e73ef: setFixedSize -1x-1 ->
1920x1080
04-05 09:55:42.239 7351 7351 I SurfaceView@55e73ef: onWindowVisibilityChanged(0)
true android.view.SurfaceView{55e73ef V.E...... ......I. 0,0-0,0} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:42.240 7351 7351 D SurfaceView@55e73ef: updateSurface: has no frame
04-05 09:55:42.241 7351 7380 W CAM_FrameServer: Attempted to invoke
attach(frameStream, capacity) on FrameServer-2 after close()
04-05 09:55:42.244 7351 7351 E CAM_A : Error starting camera
04-05 09:55:42.244 7351 7351 E CAM_A :
java.util.concurrent.CancellationException: Task was cancelled.
04-05 09:55:42.244 7351 7351 E CAM_A : at pfx.s(Unknown Source:32)
04-05 09:55:42.244 7351 7351 E CAM_A : at pfx.get(Unknown Source:21)
04-05 09:55:42.244 7351 7351 E CAM_A : at plk.I(Unknown Source:1)
04-05 09:55:42.244 7351 7351 E CAM_A : at plk.ad(Unknown Source:9)
04-05 09:55:42.244 7351 7351 E CAM_A : at phj.run(Unknown Source:23)
04-05 09:55:42.244 7351 7351 E CAM_A : at bwx.run(Unknown Source:82)
04-05 09:55:42.244 7351 7351 E CAM_A : at
android.os.Handler.handleCallback(Handler.java:942)
04-05 09:55:42.244 7351 7351 E CAM_A : at
android.os.Handler.dispatchMessage(Handler.java:99)
04-05 09:55:42.244 7351 7351 E CAM_A : at
android.os.Looper.loopOnce(Looper.java:226)
04-05 09:55:42.244 7351 7351 E CAM_A : at
android.os.Looper.loop(Looper.java:313)
04-05 09:55:42.244 7351 7351 E CAM_A : at
android.app.ActivityThread.main(ActivityThread.java:8762)
04-05 09:55:42.244 7351 7351 E CAM_A : at
java.lang.reflect.Method.invoke(Native Method)
04-05 09:55:42.244 7351 7351 E CAM_A : at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
04-05 09:55:42.244 7351 7351 E CAM_A : at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
04-05 09:55:42.246 7351 7351 W CAM_FrameServer: Attempted to invoke unlock3A on
FrameServer-2 after close()
04-05 09:55:42.246 7351 7351 I SurfaceView@55e73ef: onWindowVisibilityChanged(8)
false android.view.SurfaceView{55e73ef V.E...... ......I. 0,0-0,0} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:42.247 7351 7351 D SurfaceView@55e73ef: updateSurface: has no frame
04-05 09:55:42.247 7351 7351 D SurfaceView@55e73ef: updateSurface: has no frame
04-05 09:55:42.247 7351 7351 I SurfaceView@55e73ef: onDetachedFromWindow:
tryReleaseSurfaces()
04-05 09:55:42.247 7351 7351 I SurfaceView@55e73ef: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:42.247 7351 7351 I SurfaceView@55e73ef: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x73236cde00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.onDetachedFromWindow:500
android.view.View.dispatchDetachedFromWindow:22538
04-05 09:55:42.247 7351 7351 I SurfaceView@55e73ef: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:55:42.247 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x73236cde00android.view.ViewRootImpl.applyTransactionOnDrawFromReleaseSurfaces:128
50 android.view.SurfaceView.applyTransactionOnVriDraw:2046
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.onDetachedFromWindow:500
android.view.View.dispatchDetachedFromWindow:22538
04-05 09:55:42.249 7351 7351 D SurfaceView@6579194: setFixedSize -1x-1 ->
1920x1080
04-05 09:55:42.249 7351 7351 I SurfaceView@6579194: onWindowVisibilityChanged(0)
true android.view.SurfaceView{6579194 V.E...... ......I. 0,0-0,0} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:42.249 7351 7351 D SurfaceView@6579194: updateSurface: has no frame
04-05 09:55:42.250 7351 7380 W CAM_FrameServer: Attempted to invoke
create(streams) on FrameServer-2 after close()
04-05 09:55:42.251 7351 7380 W CAM_FrameServer: Attempted to invoke
attach(frameStream, capacity) on FrameServer-2 after close()
04-05 09:55:42.290 7351 7351 D SurfaceView@6579194: updateSurface: has no frame
04-05 09:55:42.291 7351 7351 I SurfaceView@6579194: Changes: creating=true
format=true size=true visible=true alpha=false hint=false mUseAlpha=false
visible=true left=true top=true
04-05 09:55:42.295 7351 7351 I BLASTBufferQueue: update, w= 1920 h= 1080 mName =
null mNativeObject= 0x72c18c1d80 sc.mNativeObject= 0x73172fd060 format= 4 caller=
android.view.SurfaceView.createBlastSurfaceControls:1383
android.view.SurfaceView.updateSurface:1079
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
android.view.SurfaceView$$ExternalSyntheticLambda5.onPreDraw:2
android.view.ViewTreeObserver.dispatchOnPreDraw:1121
android.view.ViewRootImpl.performTraversals:4442
04-05 09:55:42.296 7351 7351 I SurfaceView@6579194: 106402196 Cur surface:
Surface(name=null)/@0xdbadbed
04-05 09:55:42.296 7351 7351 I SurfaceView@6579194: pST: sr = Rect(0, 207 - 1080,
2127) sw = 1920 sh = 1080
04-05 09:55:42.296 7351 7351 D SurfaceView@6579194: performSurfaceTransaction
RenderWorker position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 09:55:42.296 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x7317278000
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:55:42.296 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x7317278000android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
android.view.SurfaceView$$ExternalSyntheticLambda5.onPreDraw:2
04-05 09:55:42.296 7351 7351 I SurfaceView@6579194: updateSurface: mVisible =
true mSurface.isValid() = true
04-05 09:55:42.296 7351 7351 I SurfaceView@6579194: updateSurface:
mSurfaceCreated = false surfaceChanged = true visibleChanged = true
04-05 09:55:42.296 7351 7351 I SurfaceView@6579194: visibleChanged --
surfaceCreated
04-05 09:55:42.296 7351 7351 I SurfaceView@6579194: surfaceCreated 2 #8
android.view.SurfaceView{6579194 V.E...... ......ID 0,0-1080,1920}
04-05 09:55:42.296 7351 7351 I SurfaceView@6579194: surfaceChanged -- format=4
w=1920 h=1080
04-05 09:55:42.296 7351 7351 I SurfaceView@6579194: surfaceChanged (1920,1080) 2
#8 android.view.SurfaceView{6579194 V.E...... ......ID 0,0-1080,1920}
04-05 09:55:42.296 7351 7351 I SurfaceView@6579194: surfaceRedrawNeeded
04-05 09:55:42.297 7351 7351 V SurfaceView@6579194: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 09:55:42.301 7351 7393 D SensorManager: unregisterListener
04-05 09:55:42.301 7351 7381 D SurfaceView@dd7b0d3: windowPositionLost, frameNr =
2
04-05 09:55:42.301 7351 7425 D SurfaceView@6579194: updateSurfacePosition
RenderWorker, frameNr = 2, position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 09:55:42.301 7351 7425 I SurfaceView@6579194: uSP: rtp = Rect(0, 207 -
1080, 2127) rtsw = 1920 rtsh = 1080
04-05 09:55:42.301 7351 7425 I SurfaceView@6579194: onSSPAndSRT: pl = 0 pt = 207
sx = 0.5625 sy = 1.7777778
04-05 09:55:42.302 7351 7425 I SurfaceView@6579194: aOrMT:
ViewRootImpl@b5912af[CameraLauncher] t =
android.view.SurfaceControl$Transaction@7872f2b fN = 2 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
android.graphics.RenderNode$CompositePositionUpdateListener.positionChanged:373
04-05 09:55:42.302 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x7317278100 mBlastBufferQueue=0x73a4b66c00 fn= 2 caller=
android.view.SurfaceView.applyOrMergeTransaction:1455 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
04-05 09:55:42.308 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73980c1800 mBlastBufferQueue=0x73a4b66c00 fn= 2 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:55:42.308 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73980c1900 mBlastBufferQueue=0x73a4b66c00 fn= 2 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:55:42.308 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73236cd000 mBlastBufferQueue=0x73a4b66c00 fn= 2 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:55:42.308 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73236cde00 mBlastBufferQueue=0x73a4b66c00 fn= 2 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:55:42.308 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x7317278000 mBlastBufferQueue=0x73a4b66c00 fn= 2 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:55:42.310 7351 7351 I SurfaceView@dd7b0d3: finishedDrawing
04-05 09:55:42.311 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6740
04-05 09:55:42.311 7351 7351 D InsetsController: controlAnimationUnchecked: Added
types=1 animType=1
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.InsetsController.applyAnimation:1576
android.view.InsetsController.applyAnimation:1557
android.view.InsetsController.onControlsChanged:995
04-05 09:55:42.312 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=false, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6727
04-05 09:55:42.312 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleResized, msg = 5 frames=ClientWindowFrames{frame=[0,0][1080,2400]
display=[0,0][1080,2400] parentFrame=[0,0][0,0] parentClippedByDisplayCutout=false}
forceNextWindowRelayout=false displayId=0 resizeMode=-1 frameChanged=false
displayFrameChanged=false configChanged=false displayChanged=false
04-05 09:55:42.312 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleResized mSyncSeqId = 0
04-05 09:55:42.312 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
reportNextDraw android.view.ViewRootImpl.handleResized:2450
android.view.ViewRootImpl.-$$Nest$mhandleResized:0
android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6728
android.view.ViewRootImpl$ViewRootHandler.handleMessage:6697
android.os.Handler.dispatchMessage:106
04-05 09:55:42.317 7351 7351 W CAM_A : ModeSwitcher WAS ALREADY ENABLED!
04-05 09:55:42.319 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
MSG_WINDOW_FOCUS_CHANGED 1 0
04-05 09:55:42.319 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0x7317452800}
04-05 09:55:42.321 7351 7351 D InputMethodManager: startInputInner - Id : 0
04-05 09:55:42.321 7351 7351 I InputMethodManager: startInputInner -
mService.startInputOrWindowGainedFocus
04-05 09:55:42.327 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Setup new
sync id=3
04-05 09:55:42.327 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Setting
syncFrameCallback
04-05 09:55:42.327 7351 7351 E SurfaceSyncer: Failed to find sync for id=0
04-05 09:55:42.327 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
registerCallbacksForSync syncBuffer=false
04-05 09:55:42.330 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: Received
frameDrawingCallback syncResult=0 frameNum=3.
04-05 09:55:42.330 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: Setting up
sync and frameCommitCallback
04-05 09:55:42.337 7351 7381 I ViewRootImpl@b5912af[CameraLauncher]: Received
frameCommittedCallback lastAttemptedDrawFrameNum=3 didProduceBuffer=true
04-05 09:55:42.337 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
onSyncComplete
04-05 09:55:42.337 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: setupSync
seqId=0 mSyncId=3 fn=3 caller=android.view.ViewRootImpl$
$ExternalSyntheticLambda11.accept:6
android.window.SurfaceSyncer.lambda$setupSync$1$android-window-SurfaceSyncer:128
android.window.SurfaceSyncer$$ExternalSyntheticLambda1.accept:8
android.window.SurfaceSyncer$SyncSet.checkIfSyncIsComplete:382
android.window.SurfaceSyncer$SyncSet.markSyncReady:359
android.window.SurfaceSyncer.markSyncReady:151
android.view.ViewRootImpl.performTraversals:4503
04-05 09:55:42.337 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
reportDrawFinished seqId=0 mSyncId=-1 fn=3 mSurfaceChangedTransaction=0x7317319b00
04-05 09:55:42.338 7351 7351 I SurfaceView@6579194: finishedDrawing
04-05 09:55:42.369 7351 8034 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_ACTIVE for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:55:42.432 7351 7360 I ViewRootImpl@b5912af[CameraLauncher]: Resizing
android.view.ViewRootImpl@3e80ab5: frame = [0,0][1080,2400] reportDraw = false
forceLayout = false syncSeqId = 0
04-05 09:55:42.432 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleResized, msg = 4 frames=ClientWindowFrames{frame=[0,0][1080,2400]
display=[0,0][1080,2400] parentFrame=[0,0][0,0] parentClippedByDisplayCutout=false}
forceNextWindowRelayout=false displayId=0 resizeMode=-1 frameChanged=false
displayFrameChanged=false configChanged=false displayChanged=false
04-05 09:55:42.452 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6740
04-05 09:55:42.452 7351 7351 D InsetsController: cancelAnimation of types: 1,
animType: 1, host:
com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher,
from:android.view.InsetsController.notifyControlRevoked:1410
android.view.InsetsSourceConsumer.setControl:158
android.view.InsetsController.onControlsChanged:950
04-05 09:55:42.468 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
MSG_WINDOW_FOCUS_CHANGED 0 0
04-05 09:55:42.468 7351 7355 W eCameraEngR18F1: Missing inline cache for void
ieo.accept(java.lang.Object)
04-05 09:55:42.817 7351 9787 W CAM_A : PHOTO > abs Δ(result sensor timestamp) =
407885,90 ms > 70,00 ms
04-05 09:55:42.818 7351 9787 W CAM_A : PHOTO > rel Δ(result sensor timestamp) =
10072,74 > 0,25
04-05 09:55:42.818 7351 9787 W CAM_A : PHOTO > result sensor delay = 10073,12 >
1,10
04-05 09:55:42.818 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:42.820 7351 7394 I BLASTBufferQueue:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#5](f:0,a:0) onFrameAvailable the first frame is available
04-05 09:55:42.834 7351 7380 W CAM_A : Extractor (frame) of type
feature.acmi.imu.frame-straightness depends on foreign type
feature.acmi.imu.camera-orientation! Feature values may be calculated out of order!
04-05 09:55:42.834 7351 7387 I tflite : Replacing 5 node(s) with delegate
(TfLiteXNNPackDelegate) node, yielding 1 partitions.
04-05 09:55:42.834 7351 7380 W CAM_A : Extractor (frame) of type
feature.acmi.imu.frame-straightness depends on foreign type
feature.acmi.imu.camera-orientation! Feature values may be calculated out of order!
04-05 09:55:42.834 7351 7437 E GoLog : INFO: Replacing 5 node(s) with delegate
(TfLiteXNNPackDelegate) node, yielding 1 partitions.
04-05 09:55:42.836 7351 7380 D SensorManager: registerListener :: 11, LSM6DSL
Accelerometer, 200000, 0,
04-05 09:55:42.836 7351 7380 D SensorManager: registerListener :: 41, LSM6DSL
Gyroscope, 200000, 0, ftr@ca18b5b
04-05 09:55:42.838 7351 7380 D SensorManager: registerListener :: 41, LSM6DSL
Gyroscope, 0, 0,
04-05 09:55:42.852 7351 9787 W CAM_A : PHOTO > rel Δ(result sensor timestamp) =
1,00 > 0,25
04-05 09:55:42.852 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:42.869 7351 7377 D SensorManager: registerListener :: 11, LSM6DSL
Accelerometer, 200000, 0,
04-05 09:55:42.885 7351 7377 D SensorManager: registerListener :: 21, AK09918
Magnetometer, 200000, 0, hpe@c611bfe
04-05 09:55:42.899 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:42.934 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:42.974 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.016 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.042 7351 7377 D SensorManager: unregisterListener
04-05 09:55:43.055 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.077 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:43.097 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.136 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.178 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.218 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.257 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.299 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.319 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:43.351 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.382 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.426 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.462 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.504 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.541 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.568 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:43.582 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.622 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.665 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.702 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.753 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.788 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.817 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:43.824 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.867 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.905 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.950 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:43.987 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.027 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.051 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:44.067 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.108 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.152 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.190 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.233 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.272 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.294 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:44.313 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.354 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.395 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.432 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.471 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.514 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.545 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:44.552 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.593 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.635 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.677 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.717 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.770 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.784 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=false
04-05 09:55:44.802 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.803 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:44.808 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6740
04-05 09:55:44.813 7351 7351 D InsetsSourceConsumer: ensureControlPosition:
Point(0, 2274) for ITYPE_NAVIGATION_BAR on
com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher from
android.view.InsetsSourceConsumer.setControl:211
04-05 09:55:44.816 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals params={(0,0)(fillxfill) sim={state=always_hidden adjust=pan}
layoutInDisplayCutoutMode=shortEdges ty=BASE_APPLICATION fmt=TRANSLUCENT
wanim=0x1030309 rotAnim=SEAMLESS
04-05 09:55:44.816 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810500
04-05 09:55:44.816 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 09:55:44.816 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 09:55:44.816 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 09:55:44.816 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 09:55:44.816 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 09:55:44.816 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals mFirst=false windowShouldResize=false viewVisibilityChanged=false
mForceNextWindowRelayout=false params={(0,0)(fillxfill) sim={state=always_hidden
adjust=pan} layoutInDisplayCutoutMode=shortEdges ty=BASE_APPLICATION
fmt=TRANSLUCENT wanim=0x1030309 rotAnim=SEAMLESS
04-05 09:55:44.816 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810500
04-05 09:55:44.816 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 09:55:44.816 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 09:55:44.816 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 09:55:44.816 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 09:55:44.816 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 09:55:44.821 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl.relayoutWindow:9802
04-05 09:55:44.822 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
updateBlastSurfaceIfNeeded mBlastBufferQueue=0x73a4b66c00 isSameSurfaceControl=true
04-05 09:55:44.822 7351 7351 I BLASTBufferQueue: update, w= 1080 h= 2400 mName =
ViewRootImpl@b5912af[CameraLauncher] mNativeObject= 0x73a4b66c00 sc.mNativeObject=
0x72c18f2a80 format= -3 caller=
android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:2898
android.view.ViewRootImpl.relayoutWindow:9847
android.view.ViewRootImpl.performTraversals:3884
android.view.ViewRootImpl.doTraversal:3116
android.view.ViewRootImpl$TraversalRunnable.run:10885
android.view.Choreographer$CallbackRecord.run:1301
04-05 09:55:44.822 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Relayout
returned: old=(0,0,1080,2400) new=(0,0,1080,2400) req=(1080,2400)0 dur=6 res=0x0
s={true 0x7317452800} ch=false seqId=0
04-05 09:55:44.822 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
updateBoundsLayer: t = android.view.SurfaceControl$Transaction@f8c355b sc =
Surface(name=Bounds for -
com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher@1)/
@0x656a1f8 frame = 21
04-05 09:55:44.822 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x7317319900 mBlastBufferQueue=0x73a4b66c00 fn= 21 caller=
android.view.ViewRootImpl.prepareSurfaces:2985
android.view.ViewRootImpl.performTraversals:4233
android.view.ViewRootImpl.doTraversal:3116
04-05 09:55:44.823 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x72c1a03d00 mBlastBufferQueue=0x73a4b66c00 fn= 21 caller=
android.view.SyncRtSurfaceTransactionApplier.applyTransaction:96
android.view.SyncRtSurfaceTransactionApplier.lambda$scheduleApply$0$android-view-
SyncRtSurfaceTransactionApplier:69 android.view.SyncRtSurfaceTransactionApplier$
$ExternalSyntheticLambda0.onFrameDraw:4
04-05 09:55:44.844 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: Retrieving snapshot for
com.google.android.apps.camera#com.google.android.GoogleCameraEngR18F1 failed
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter:
java.util.concurrent.ExecutionException: java.lang.SecurityException:
GoogleCertificatesRslt: not allowed: pkg=com.google.android.GoogleCameraEngR18F1,
sha256=[a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc],
atk=false, ver=251134029.true (go/gsrlt)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at mip.fb(Unknown
Source:27)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at mip.cd(Unknown
Source:63)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at kuc.c(Unknown
Source:12)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at kuc.e(Unknown
Source:35)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at kuc.b(Unknown
Source:1)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at gvh.a(Unknown
Source:35)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at gvj.run(Unknown
Source:9)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at law.run(Unknown
Source:2)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at pio.a(Unknown
Source:2)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at phs.run(Unknown
Source:20)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at pip.run(Unknown
Source:4)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledT
hreadPoolExecutor.java:307)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at lbh.run(Unknown
Source:2)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at lbg.run(Unknown
Source:0)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at
java.lang.Thread.run(Thread.java:1012)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at lab.run(Unknown
Source:5)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: Caused by:
java.lang.SecurityException: GoogleCertificatesRslt: not allowed:
pkg=com.google.android.GoogleCameraEngR18F1,
sha256=[a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc],
atk=false, ver=251134029.true (go/gsrlt)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at
android.os.Parcel.createExceptionOrNull(Parcel.java:3023)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at
android.os.Parcel.createException(Parcel.java:3007)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at
android.os.Parcel.readException(Parcel.java:2990)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at
android.os.Parcel.readException(Parcel.java:2932)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at bmn.z(Unknown
Source:10)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at ktz.a(Unknown
Source:38)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at kjd.f(Unknown
Source:10)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at kkc.t(Unknown
Source:9)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at kkc.u(Unknown
Source:22)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at kkc.g(Unknown
Source:29)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at kkc.h(Unknown
Source:76)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at kkc.b(Unknown
Source:14)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at klz.c(Unknown
Source:114)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at klt.d(Unknown
Source:6)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at
klu.handleMessage(Unknown Source:307)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at ksg.b(Unknown
Source:0)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at
ksg.dispatchMessage(Unknown Source:0)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at
android.os.Looper.loopOnce(Looper.java:226)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at
android.os.Looper.loop(Looper.java:313)
04-05 09:55:44.858 7351 7380 E PhenotypeFlagCommitter: at
android.os.HandlerThread.run(HandlerThread.java:67)
04-05 09:55:44.880 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.917 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.961 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:44.987 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6740
04-05 09:55:45.005 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:45.044 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:45.050 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:45.081 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:45.129 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:45.166 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:45.166 7351 7351 D InputTransport: Input channel destroyed:
'ClientS', fd=160
04-05 09:55:45.207 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:45.247 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:45.283 7351 9787 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:45.288 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:45.295 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleAppVisibility mAppVisible = true visible = false
04-05 09:55:45.308 7351 7351 I SurfaceView@6579194: onWindowVisibilityChanged(8)
false android.view.SurfaceView{6579194 V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:45.308 7351 7351 I SurfaceView@6579194: Changes: creating=false
format=false size=false visible=true alpha=false hint=false mUseAlpha=false
visible=true left=false top=false
04-05 09:55:45.308 7351 7351 I SurfaceView@6579194: 106402196 Cur surface:
Surface(name=null)/@0xdbadbed
04-05 09:55:45.309 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x72a07bc400
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:55:45.309 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x72a07bc400android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
android.view.View.dispatchWindowVisibilityChanged:15943
04-05 09:55:45.309 7351 7351 I SurfaceView@6579194: surfaceDestroyed
04-05 09:55:45.309 7351 7351 I SurfaceView@6579194: surfaceDestroyed
callback.size 2 #2 android.view.SurfaceView{6579194 V.E...... ........ 0,0-
1080,1920}
04-05 09:55:45.310 7351 7351 I SurfaceView@6579194: updateSurface: mVisible =
false mSurface.isValid() = true
04-05 09:55:45.310 7351 7351 I SurfaceView@6579194: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:45.310 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x72a07bc500
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:1172
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:55:45.310 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:55:45.310 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x72a07bc500
04-05 09:55:45.311 7351 7351 V SurfaceView@6579194: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 09:55:45.315 7351 7381 D SurfaceView@6579194: windowPositionLost, frameNr =
0
04-05 09:55:45.315 7351 7393 D SensorManager: unregisterListener
04-05 09:55:45.317 7351 7381 D OpenGLRenderer: setSurface called with nullptr
04-05 09:55:45.317 7351 7381 D OpenGLRenderer: setSurface() destroyed EGLSurface
04-05 09:55:45.317 7351 7393 D SensorManager: unregisterListener
04-05 09:55:45.318 7351 7381 D OpenGLRenderer: destroyEglSurface
04-05 09:55:45.332 7351 7377 D SensorManager: unregisterListener
04-05 09:55:45.344 7351 7364 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#5(BLAST Consumer)5](id:1cb70000000d,api:4,p:1347,c:7351) queueBuffer:
BufferQueue has been abandoned
04-05 09:55:45.355 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=false
04-05 09:55:45.358 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals mFirst=false windowShouldResize=false viewVisibilityChanged=true
mForceNextWindowRelayout=false params={(0,0)(fillxfill) sim={state=always_hidden
adjust=pan} layoutInDisplayCutoutMode=shortEdges ty=BASE_APPLICATION
fmt=TRANSLUCENT wanim=0x1030309 rotAnim=SEAMLESS sysuil=true
04-05 09:55:45.358 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810500
04-05 09:55:45.358 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 09:55:45.358 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 09:55:45.358 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 09:55:45.358 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 09:55:45.358 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 09:55:45.368 7351 7844 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#5(BLAST Consumer)5](id:1cb70000000d,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:55:45.369 7351 7844 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#5(BLAST Consumer)5](id:1cb70000000d,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:55:45.384 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Relayout
returned: old=(0,0,1080,2400) new=(0,0,1080,2400) req=(1080,2400)8 dur=17 res=0x2
s={false 0x0} ch=true seqId=0
04-05 09:55:45.384 7351 7351 D SurfaceView@6579194: updateSurface: surface is not
valid
04-05 09:55:45.384 7351 7351 I SurfaceView@6579194: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:45.385 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x72a07bc600
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998 android.view.SurfaceView.setFrame:525
04-05 09:55:45.385 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:55:45.386 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x72a07bc600
04-05 09:55:45.388 7351 7351 I SurfaceView@6579194: windowStopped(true) false
android.view.SurfaceView{6579194 V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:45.388 7351 7351 D SurfaceView@6579194: updateSurface: surface is not
valid
04-05 09:55:45.388 7351 7351 I SurfaceView@6579194: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:45.389 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x72a07bc700
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.setWindowStopped:335
04-05 09:55:45.389 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:55:45.389 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x72a07bc700
04-05 09:55:45.389 7351 7351 D SurfaceView@6579194: updateSurface: surface is not
valid
04-05 09:55:45.389 7351 7351 I SurfaceView@6579194: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:45.390 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x72c1cd4e00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:55:45.390 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:55:45.390 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x72c1cd4e00
04-05 09:55:45.392 7351 7381 D OpenGLRenderer: setSurface called with nullptr
04-05 09:55:45.393 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
stopped(true) old = false
04-05 09:55:45.393 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
WindowStopped on
com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher set to
true
04-05 09:55:45.398 7351 7381 D OpenGLRenderer:
trimMemory(TRIM_MEMORY_COMPLETE)::destroyRenderingContext
04-05 09:55:45.398 7351 7381 D OpenGLRenderer:
RenderThread::destroyRenderingContext()
04-05 09:55:45.398 7351 7381 D OpenGLRenderer: RenderThread::setGrContext()
04-05 09:55:45.403 7351 7489 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#5(BLAST Consumer)5](id:1cb70000000d,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:55:45.410 7351 7489 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#5(BLAST Consumer)5](id:1cb70000000d,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:55:45.417 7351 7351 D SensorManager: unregisterListener
04-05 09:55:45.419 7351 7351 W CAM_A : Duplicate call to stopModule; skipping
stop.
04-05 09:55:45.427 7351 7489 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#5(BLAST Consumer)5](id:1cb70000000d,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:55:45.430 7351 7844 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#5(BLAST Consumer)5](id:1cb70000000d,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:55:45.433 7351 7844 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_IDLE for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:55:45.434 7351 7397 W eCameraEngR18F1: Long monitor contention with
owner Session-Handler (9789) at void
android.hardware.camera2.impl.CameraDeviceImpl.flush()(CameraDeviceImpl.java:1425)
waiters=0 in void android.hardware.camera2.impl.CameraDeviceImpl$4.run() for 122ms
04-05 09:55:45.442 7351 7351 I MSHandlerLifeCycle: removeMultiSplitHandler: no
exist. decor=DecorView@b927932[CameraLauncher]
04-05 09:55:45.442 7351 7351 D SurfaceView@6579194: updateSurface: surface is not
valid
04-05 09:55:45.442 7351 7351 I SurfaceView@6579194: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:45.443 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x72c1cfd000
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:55:45.443 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:55:45.443 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x72c1cfd000
04-05 09:55:45.458 7351 7351 D SurfaceView@6579194: updateSurface: surface is not
valid
04-05 09:55:45.459 7351 7351 I SurfaceView@6579194: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:45.459 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x72c1cfd100
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:55:45.459 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:55:45.459 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x72c1cfd100
04-05 09:55:45.651 7351 7489 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:55:52.803 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleAppVisibility mAppVisible = false visible = true
04-05 09:55:52.814 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
stopped(false) old = true
04-05 09:55:52.814 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
WindowStopped on
com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher set to
false
04-05 09:55:52.816 7351 7351 D CameraManager2: GotArray:0
04-05 09:55:52.816 7351 7351 D CameraManager2: GotArray:1
04-05 09:55:52.816 7351 7351 D CameraManager2: GotArray:2
04-05 09:55:52.816 7351 7351 D CameraManager2: GotArray:3
04-05 09:55:52.816 7351 7351 D CameraManager2: GotArray:0
04-05 09:55:52.816 7351 7351 D CameraManager2: GotArray:1
04-05 09:55:52.816 7351 7351 D CameraManager2: GotArray:2
04-05 09:55:52.816 7351 7351 D CameraManager2: GotArray:3
04-05 09:55:52.817 7351 7351 D CameraManager2: GotArray:0
04-05 09:55:52.818 7351 7351 D CameraManager2: GotArray:1
04-05 09:55:52.818 7351 7351 D CameraManager2: GotArray:2
04-05 09:55:52.818 7351 7351 D CameraManager2: GotArray:3
04-05 09:55:52.820 7351 7398 I CameraManager: registerAvailabilityCallback: Is
device callback = false
04-05 09:55:52.820 7351 7398 I CameraManagerGlobal: postSingleUpdate device:
camera id 0 status STATUS_PRESENT
04-05 09:55:52.821 7351 7398 I CameraManagerGlobal: postSingleUpdate device:
camera id 1 status STATUS_PRESENT
04-05 09:55:52.821 7351 7398 I CameraManagerGlobal: postSingleUpdate device:
camera id 2 status STATUS_PRESENT
04-05 09:55:52.821 7351 7398 I CameraManagerGlobal: postSingleUpdate device:
camera id 3 status STATUS_PRESENT
04-05 09:55:52.825 7351 7351 I MSHandlerLifeCycle: removeMultiSplitHandler: no
exist. decor=DecorView@b927932[CameraLauncher]
04-05 09:55:52.825 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
stopped(false) old = false
04-05 09:55:52.827 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=true
04-05 09:55:52.828 7351 7391 D SensorManager: registerListener :: 11, LSM6DSL
Accelerometer, 200000, 0,
04-05 09:55:52.828 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=true
04-05 09:55:52.830 7351 7351 I MSHandlerLifeCycle: removeMultiSplitHandler: no
exist. decor=DecorView@b927932[CameraLauncher]
04-05 09:55:52.832 7351 7351 I SurfaceView@6579194: onWindowVisibilityChanged(0)
false android.view.SurfaceView{6579194 V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:52.832 7351 7351 D SurfaceView@6579194: updateSurface: surface is not
valid
04-05 09:55:52.832 7351 7351 I SurfaceView@6579194: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:52.832 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x73a4b52200
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:55:52.832 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:55:52.832 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = false t =
0x73a4b52200android.view.ViewRootImpl.applyTransactionOnDrawFromReleaseSurfaces:128
50 android.view.SurfaceView.applyTransactionOnVriDraw:2046
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:55:52.834 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=true
04-05 09:55:52.834 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals params={(0,0)(fillxfill) sim={state=always_hidden adjust=pan
forwardNavigation} layoutInDisplayCutoutMode=shortEdges ty=BASE_APPLICATION
fmt=TRANSLUCENT wanim=0x1030309 rotAnim=SEAMLESS sysuil=true
04-05 09:55:52.834 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810580
04-05 09:55:52.834 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 09:55:52.834 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 09:55:52.834 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 09:55:52.834 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 09:55:52.834 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 09:55:52.834 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals mFirst=false windowShouldResize=false viewVisibilityChanged=true
mForceNextWindowRelayout=false params={(0,0)(fillxfill) sim={state=always_hidden
adjust=pan forwardNavigation} layoutInDisplayCutoutMode=shortEdges
ty=BASE_APPLICATION fmt=TRANSLUCENT wanim=0x1030309 rotAnim=SEAMLESS sysuil=true
04-05 09:55:52.834 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810580
04-05 09:55:52.834 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 09:55:52.834 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 09:55:52.834 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 09:55:52.834 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 09:55:52.834 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 09:55:52.837 7351 7543 I CameraManagerGlobal: postSingleUpdate device:
camera id 0 status STATUS_NOT_AVAILABLE
04-05 09:55:52.843 7351 7377 D SensorManager: registerListener :: 111, Rotation
Vector Non-wakeup, 200000, 0,
04-05 09:55:52.848 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
updateBlastSurfaceIfNeeded mBlastBufferQueue=null isSameSurfaceControl=false
04-05 09:55:52.849 7351 7351 I BLASTBufferQueue: new BLASTBufferQueue, mName=
ViewRootImpl@b5912af[CameraLauncher] mNativeObject= 0x73a4b66c00 sc.mNativeObject=
0x7317204620 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:2909
android.view.ViewRootImpl.relayoutWindow:9847
android.view.ViewRootImpl.performTraversals:3884
android.view.ViewRootImpl.doTraversal:3116
android.view.ViewRootImpl$TraversalRunnable.run:10885
android.view.Choreographer$CallbackRecord.run:1301
android.view.Choreographer$CallbackRecord.run:1309
android.view.Choreographer.doCallbacks:923 android.view.Choreographer.doFrame:852
android.view.Choreographer$FrameDisplayEventReceiver.run:1283
04-05 09:55:52.849 7351 7351 I BLASTBufferQueue: update, w= 1080 h= 2400 mName =
ViewRootImpl@b5912af[CameraLauncher] mNativeObject= 0x73a4b66c00 sc.mNativeObject=
0x7317204620 format= -3 caller= android.graphics.BLASTBufferQueue.<init>:84
android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:2909
android.view.ViewRootImpl.relayoutWindow:9847
android.view.ViewRootImpl.performTraversals:3884
android.view.ViewRootImpl.doTraversal:3116
android.view.ViewRootImpl$TraversalRunnable.run:10885
04-05 09:55:52.849 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Relayout
returned: old=(0,0,1080,2400) new=(0,0,1080,2400) req=(1080,2400)0 dur=14 res=0x3
s={true 0x7317452800} ch=true seqId=0
04-05 09:55:52.850 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
mThreadedRenderer.initialize() mSurface={isValid=true 0x7317452800}
hwInitialized=true
04-05 09:55:52.850 7351 7381 D OpenGLRenderer: RenderThread::requireGlContext()
04-05 09:55:52.851 7351 7351 I SurfaceView@6579194: Changes: creating=false
format=false size=false visible=false alpha=false hint=false mUseAlpha=false
visible=false left=false top=false
04-05 09:55:52.851 7351 7351 I SurfaceView@6579194: windowStopped(false) true
android.view.SurfaceView{6579194 V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:52.851 7351 7351 I SurfaceView@6579194: Changes: creating=true
format=false size=false visible=true alpha=false hint=false mUseAlpha=false
visible=true left=false top=false
04-05 09:55:52.853 7351 7844 I ViewRootImpl@b5912af[CameraLauncher]: Resizing
android.view.ViewRootImpl@3e80ab5: frame = [0,0][1080,2400] reportDraw = true
forceLayout = false syncSeqId = 0
04-05 09:55:52.854 7351 7351 I BLASTBufferQueue: update, w= 1920 h= 1080 mName =
null mNativeObject= 0x72c18c2100 sc.mNativeObject= 0x7323505920 format= 4 caller=
android.view.SurfaceView.createBlastSurfaceControls:1383
android.view.SurfaceView.updateSurface:1079
android.view.SurfaceView.setWindowStopped:335
android.view.SurfaceView.surfaceCreated:1853
android.view.ViewRootImpl.notifySurfaceCreated:2820
android.view.ViewRootImpl.performTraversals:4293
04-05 09:55:52.854 7351 7351 I SurfaceView@6579194: 106402196 Cur surface:
Surface(name=null)/@0xdbadbed
04-05 09:55:52.854 7351 7351 I SurfaceView@6579194: pST: sr = Rect(0, 207 - 1080,
2127) sw = 1920 sh = 1080
04-05 09:55:52.854 7351 7351 D SurfaceView@6579194: performSurfaceTransaction
RenderWorker position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 09:55:52.854 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x7398037500
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.setWindowStopped:335
04-05 09:55:52.854 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x7398037500android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.setWindowStopped:335
android.view.SurfaceView.surfaceCreated:1853
04-05 09:55:52.854 7351 7351 I SurfaceView@6579194: updateSurface: mVisible =
true mSurface.isValid() = true
04-05 09:55:52.854 7351 7351 I SurfaceView@6579194: updateSurface:
mSurfaceCreated = false surfaceChanged = true visibleChanged = true
04-05 09:55:52.854 7351 7351 I SurfaceView@6579194: visibleChanged --
surfaceCreated
04-05 09:55:52.854 7351 7351 I SurfaceView@6579194: surfaceCreated 2 #1
android.view.SurfaceView{6579194 V.E...... ........ 0,0-1080,1920}
04-05 09:55:52.854 7351 7351 I SurfaceView@6579194: surfaceChanged -- format=4
w=1920 h=1080
04-05 09:55:52.854 7351 7351 I SurfaceView@6579194: surfaceChanged (1920,1080) 2
#1 android.view.SurfaceView{6579194 V.E...... ........ 0,0-1080,1920}
04-05 09:55:52.854 7351 7351 I SurfaceView@6579194: surfaceRedrawNeeded
04-05 09:55:52.855 7351 7351 V SurfaceView@6579194: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 09:55:52.855 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
reportNextDraw android.view.ViewRootImpl.performTraversals:4438
android.view.ViewRootImpl.doTraversal:3116
android.view.ViewRootImpl$TraversalRunnable.run:10885
android.view.Choreographer$CallbackRecord.run:1301
android.view.Choreographer$CallbackRecord.run:1309
04-05 09:55:52.855 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Setup new
sync id=4
04-05 09:55:52.855 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Setting
syncFrameCallback
04-05 09:55:52.855 7351 7351 E SurfaceSyncer: Failed to find sync for id=0
04-05 09:55:52.855 7351 7351 E SurfaceSyncer: Failed to find sync for id=1
04-05 09:55:52.855 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
registerCallbacksForSync syncBuffer=false
04-05 09:55:52.858 7351 7381 D OpenGLRenderer: RenderThread::setGrContext()
04-05 09:55:52.858 7351 7381 D OpenGLRenderer: eglCreateWindowSurface
04-05 09:55:52.863 7351 7844 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_OPEN for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:55:52.868 7351 7425 D SurfaceView@6579194: updateSurfacePosition
RenderWorker, frameNr = 1, position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 09:55:52.868 7351 7425 I SurfaceView@6579194: uSP: rtp = Rect(0, 207 -
1080, 2127) rtsw = 1920 rtsh = 1080
04-05 09:55:52.868 7351 7425 I SurfaceView@6579194: onSSPAndSRT: pl = 0 pt = 207
sx = 0.5625 sy = 1.7777778
04-05 09:55:52.868 7351 7425 I SurfaceView@6579194: aOrMT:
ViewRootImpl@b5912af[CameraLauncher] t =
android.view.SurfaceControl$Transaction@e9be480 fN = 1 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
android.graphics.RenderNode$CompositePositionUpdateListener.positionChanged:373
04-05 09:55:52.868 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x7398037600 mBlastBufferQueue=0x73a4b66c00 fn= 1 caller=
android.view.SurfaceView.applyOrMergeTransaction:1455 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
04-05 09:55:52.877 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x72a07bc400 mBlastBufferQueue=0x73a4b66c00 fn= 1 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:55:52.877 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x7398037500 mBlastBufferQueue=0x73a4b66c00 fn= 1 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:55:52.877 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: Received
frameDrawingCallback syncResult=0 frameNum=1.
04-05 09:55:52.877 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: Setting up
sync and frameCommitCallback
04-05 09:55:52.898 7351 7381 I BLASTBufferQueue:
[ViewRootImpl@b5912af[CameraLauncher]#6](f:0,a:0) onFrameAvailable the first frame
is available
04-05 09:55:52.899 7351 7381 I ViewRootImpl@b5912af[CameraLauncher]: Received
frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
04-05 09:55:52.899 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
onSyncComplete
04-05 09:55:52.900 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: setupSync
seqId=0 mSyncId=4 fn=1 caller=android.view.ViewRootImpl$
$ExternalSyntheticLambda11.accept:6
android.window.SurfaceSyncer.lambda$setupSync$1$android-window-SurfaceSyncer:128
android.window.SurfaceSyncer$$ExternalSyntheticLambda1.accept:8
android.window.SurfaceSyncer$SyncSet.checkIfSyncIsComplete:382
android.window.SurfaceSyncer$SyncSet.markSyncReady:359
android.window.SurfaceSyncer.markSyncReady:151
android.view.ViewRootImpl.performTraversals:4503
04-05 09:55:52.900 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
reportDrawFinished seqId=0 mSyncId=-1 fn=1 mSurfaceChangedTransaction=0x7317319b00
04-05 09:55:52.902 7351 7351 I SurfaceView@6579194: onWindowVisibilityChanged(8)
false android.view.SurfaceView{6579194 V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:52.902 7351 7351 I SurfaceView@6579194: Changes: creating=false
format=false size=false visible=true alpha=false hint=false mUseAlpha=false
visible=true left=false top=false
04-05 09:55:52.902 7351 7351 I SurfaceView@6579194: 106402196 Cur surface:
Surface(name=null)/@0xdbadbed
04-05 09:55:52.902 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x73980c1700
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:55:52.903 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x73980c1700android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
android.view.View.dispatchDetachedFromWindow:22529
04-05 09:55:52.903 7351 7351 I SurfaceView@6579194: surfaceDestroyed
04-05 09:55:52.903 7351 7351 I SurfaceView@6579194: surfaceDestroyed
callback.size 1 #2 android.view.SurfaceView{6579194 V.E...... ........ 0,0-
1080,1920}
04-05 09:55:52.903 7351 7351 I SurfaceView@6579194: updateSurface: mVisible =
false mSurface.isValid() = true
04-05 09:55:52.903 7351 7351 I SurfaceView@6579194: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:52.903 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x73980c1800
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:1172
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:55:52.903 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:55:52.903 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x73980c1800android.view.ViewRootImpl.applyTransactionOnDrawFromReleaseSurfaces:128
50 android.view.SurfaceView.applyTransactionOnVriDraw:2046
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:1172
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:55:52.903 7351 7351 V SurfaceView@6579194: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 09:55:52.903 7351 7351 I SurfaceView@6579194: onDetachedFromWindow:
tryReleaseSurfaces()
04-05 09:55:52.903 7351 7351 I SurfaceView@6579194: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:52.903 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x73171ba700
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.onDetachedFromWindow:500
android.view.View.dispatchDetachedFromWindow:22538
04-05 09:55:52.903 7351 7351 I SurfaceView@6579194: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:55:52.903 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x73171ba700android.view.ViewRootImpl.applyTransactionOnDrawFromReleaseSurfaces:128
50 android.view.SurfaceView.applyTransactionOnVriDraw:2046
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.onDetachedFromWindow:500
android.view.View.dispatchDetachedFromWindow:22538
04-05 09:55:52.905 7351 7351 D SurfaceView@53bdac2: setFixedSize -1x-1 ->
1920x1080
04-05 09:55:52.905 7351 7351 I SurfaceView@53bdac2: onWindowVisibilityChanged(0)
true android.view.SurfaceView{53bdac2 V.E...... ......I. 0,0-0,0} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:55:52.905 7351 7351 D SurfaceView@53bdac2: updateSurface: has no frame
04-05 09:55:52.913 7351 7351 D SurfaceView@53bdac2: updateSurface: has no frame
04-05 09:55:52.913 7351 7351 I SurfaceView@53bdac2: Changes: creating=true
format=true size=true visible=true alpha=false hint=false mUseAlpha=false
visible=true left=true top=true
04-05 09:55:52.914 7351 7351 I BLASTBufferQueue: update, w= 1920 h= 1080 mName =
null mNativeObject= 0x72c18c0c00 sc.mNativeObject= 0x73236ebc60 format= 4 caller=
android.view.SurfaceView.createBlastSurfaceControls:1383
android.view.SurfaceView.updateSurface:1079
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
android.view.SurfaceView$$ExternalSyntheticLambda5.onPreDraw:2
android.view.ViewTreeObserver.dispatchOnPreDraw:1121
android.view.ViewRootImpl.performTraversals:4442
04-05 09:55:52.914 7351 7351 I SurfaceView@53bdac2: 87808706 Cur surface:
Surface(name=null)/@0x29d0b07
04-05 09:55:52.914 7351 7351 I SurfaceView@53bdac2: pST: sr = Rect(0, 207 - 1080,
2127) sw = 1920 sh = 1080
04-05 09:55:52.914 7351 7351 D SurfaceView@53bdac2: performSurfaceTransaction
RenderWorker position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 09:55:52.915 7351 7351 I SurfaceView@53bdac2: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x73171c8200
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:55:52.915 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x73171c8200android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
android.view.SurfaceView$$ExternalSyntheticLambda5.onPreDraw:2
04-05 09:55:52.915 7351 7351 I SurfaceView@53bdac2: updateSurface: mVisible =
true mSurface.isValid() = true
04-05 09:55:52.915 7351 7351 I SurfaceView@53bdac2: updateSurface:
mSurfaceCreated = false surfaceChanged = true visibleChanged = true
04-05 09:55:52.915 7351 7351 I SurfaceView@53bdac2: visibleChanged --
surfaceCreated
04-05 09:55:52.915 7351 7351 I SurfaceView@53bdac2: surfaceCreated 2 #8
android.view.SurfaceView{53bdac2 V.E...... ......ID 0,0-1080,1920}
04-05 09:55:52.915 7351 7351 I SurfaceView@53bdac2: surfaceChanged -- format=4
w=1920 h=1080
04-05 09:55:52.915 7351 7351 I SurfaceView@53bdac2: surfaceChanged (1920,1080) 2
#8 android.view.SurfaceView{53bdac2 V.E...... ......ID 0,0-1080,1920}
04-05 09:55:52.915 7351 7351 I SurfaceView@53bdac2: surfaceRedrawNeeded
04-05 09:55:52.915 7351 10143 W CAM_SimpleReqProcessor: Failed to add Stream-12 to
CaptureRequest for Request-112. The surface (null) was not valid.
04-05 09:55:52.916 7351 7351 V SurfaceView@53bdac2: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 09:55:52.917 7351 7381 D SurfaceView@6579194: windowPositionLost, frameNr =
2
04-05 09:55:52.918 7351 7424 D SurfaceView@53bdac2: updateSurfacePosition
RenderWorker, frameNr = 2, position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 09:55:52.918 7351 7424 I SurfaceView@53bdac2: uSP: rtp = Rect(0, 207 -
1080, 2127) rtsw = 1920 rtsh = 1080
04-05 09:55:52.918 7351 7424 I SurfaceView@53bdac2: onSSPAndSRT: pl = 0 pt = 207
sx = 0.5625 sy = 1.7777778
04-05 09:55:52.919 7351 7424 I SurfaceView@53bdac2: aOrMT:
ViewRootImpl@b5912af[CameraLauncher] t =
android.view.SurfaceControl$Transaction@43752b8 fN = 2 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
android.graphics.RenderNode$CompositePositionUpdateListener.positionChanged:373
04-05 09:55:52.919 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73171c8300 mBlastBufferQueue=0x73a4b66c00 fn= 2 caller=
android.view.SurfaceView.applyOrMergeTransaction:1455 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
04-05 09:55:52.924 7351 9859 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_ACTIVE for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:55:52.927 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73980c1700 mBlastBufferQueue=0x73a4b66c00 fn= 2 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:55:52.927 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73980c1800 mBlastBufferQueue=0x73a4b66c00 fn= 2 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:55:52.927 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73171ba700 mBlastBufferQueue=0x73a4b66c00 fn= 2 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:55:52.927 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73171c8200 mBlastBufferQueue=0x73a4b66c00 fn= 2 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:55:52.928 7351 7393 W CAM_SimpleReqProcessor: Failed to add Stream-12 to
CaptureRequest for Request-113. The surface (null) was not valid.
04-05 09:55:52.929 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6740
04-05 09:55:52.930 7351 7351 D InsetsController: controlAnimationUnchecked: Added
types=1 animType=1
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.InsetsController.applyAnimation:1576
android.view.InsetsController.applyAnimation:1557
android.view.InsetsController.onControlsChanged:995
04-05 09:55:52.930 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=false, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6727
04-05 09:55:52.930 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleResized, msg = 5 frames=ClientWindowFrames{frame=[0,0][1080,2400]
display=[0,0][1080,2400] parentFrame=[0,0][0,0] parentClippedByDisplayCutout=false}
forceNextWindowRelayout=false displayId=0 resizeMode=-1 frameChanged=false
displayFrameChanged=false configChanged=false displayChanged=false
04-05 09:55:52.930 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleResized mSyncSeqId = 0
04-05 09:55:52.930 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
reportNextDraw android.view.ViewRootImpl.handleResized:2450
android.view.ViewRootImpl.-$$Nest$mhandleResized:0
android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6728
android.view.ViewRootImpl$ViewRootHandler.handleMessage:6697
android.os.Handler.dispatchMessage:106
04-05 09:55:52.930 7351 7351 I SurfaceView@6579194: finishedDrawing
04-05 09:55:52.931 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
MSG_WINDOW_FOCUS_CHANGED 1 0
04-05 09:55:52.931 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0x7317452800}
04-05 09:55:52.932 7351 7351 D InputMethodManager: startInputInner - Id : 0
04-05 09:55:52.932 7351 7351 I InputMethodManager: startInputInner -
mService.startInputOrWindowGainedFocus
04-05 09:55:52.935 7351 7351 I SurfaceView@53bdac2: finishedDrawing
04-05 09:55:52.939 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Setup new
sync id=5
04-05 09:55:52.939 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Setting
syncFrameCallback
04-05 09:55:52.939 7351 7351 E SurfaceSyncer: Failed to find sync for id=0
04-05 09:55:52.939 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
registerCallbacksForSync syncBuffer=false
04-05 09:55:52.947 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: Received
frameDrawingCallback syncResult=0 frameNum=3.
04-05 09:55:52.947 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: Setting up
sync and frameCommitCallback
04-05 09:55:52.952 7351 10152 W CAM_SurfaceMap: Surface(name=null)/@0x29d0b07 is
valid but deferred streams are not yet available for CaptureSession-4
04-05 09:55:52.952 7351 10152 W CAM_SimpleReqProcessor: Failed to add Stream-12 to
CaptureRequest for Request-114. The surface is not yet available.
04-05 09:55:52.968 7351 7381 I ViewRootImpl@b5912af[CameraLauncher]: Received
frameCommittedCallback lastAttemptedDrawFrameNum=3 didProduceBuffer=true
04-05 09:55:52.968 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
onSyncComplete
04-05 09:55:52.968 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: setupSync
seqId=0 mSyncId=5 fn=3 caller=android.view.ViewRootImpl$
$ExternalSyntheticLambda11.accept:6
android.window.SurfaceSyncer.lambda$setupSync$1$android-window-SurfaceSyncer:128
android.window.SurfaceSyncer$$ExternalSyntheticLambda1.accept:8
android.window.SurfaceSyncer$SyncSet.checkIfSyncIsComplete:382
android.window.SurfaceSyncer$SyncSet.markSyncReady:359
android.window.SurfaceSyncer.markSyncReady:151
android.view.ViewRootImpl.performTraversals:4503
04-05 09:55:52.968 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
reportDrawFinished seqId=0 mSyncId=-1 fn=3 mSurfaceChangedTransaction=0x7317319b00
04-05 09:55:52.973 7351 7351 W CAM_A : ModeSwitcher WAS ALREADY ENABLED!
04-05 09:55:53.292 7351 7351 D InsetsController: cancelAnimation of types: 1,
animType: 1, host:
com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher,
from:android.view.InsetsController.notifyFinished:1375
android.view.InsetsAnimationThreadControlRunner$1.lambda$notifyFinished$0$android-
view-InsetsAnimationThreadControlRunner$1:84
android.view.InsetsAnimationThreadControlRunner$1$$ExternalSyntheticLambda1.run:4
04-05 09:55:53.345 7351 10142 W CAM_A : PHOTO > abs Δ(result sensor timestamp) =
8063,77 ms > 70,00 ms
04-05 09:55:53.345 7351 10142 W CAM_A : PHOTO > rel Δ(result sensor timestamp) =
198,23 > 0,25
04-05 09:55:53.345 7351 10142 W CAM_A : PHOTO > result sensor delay = 199,14 >
1,10
04-05 09:55:53.346 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:53.351 7351 7380 W CAM_A : Extractor (frame) of type
feature.acmi.imu.frame-straightness depends on foreign type
feature.acmi.imu.camera-orientation! Feature values may be calculated out of order!
04-05 09:55:53.351 7351 7380 W CAM_A : Extractor (frame) of type
feature.acmi.imu.frame-straightness depends on foreign type
feature.acmi.imu.camera-orientation! Feature values may be calculated out of order!
04-05 09:55:53.354 7351 7380 D SensorManager: registerListener :: 11, LSM6DSL
Accelerometer, 200000, 0,
04-05 09:55:53.355 7351 7380 D SensorManager: registerListener :: 41, LSM6DSL
Gyroscope, 200000, 0, ftr@ca18b5b
04-05 09:55:53.359 7351 7380 D SensorManager: registerListener :: 41, LSM6DSL
Gyroscope, 0, 0,
04-05 09:55:53.361 7351 7380 I tflite : Replacing 5 node(s) with delegate
(TfLiteXNNPackDelegate) node, yielding 1 partitions.
04-05 09:55:53.361 7351 7437 E GoLog : INFO: Replacing 5 node(s) with delegate
(TfLiteXNNPackDelegate) node, yielding 1 partitions.
04-05 09:55:53.384 7351 10142 W CAM_A : PHOTO > rel Δ(result sensor timestamp) =
0,99 > 0,25
04-05 09:55:53.385 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:53.390 7351 7543 I BLASTBufferQueue:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#8](f:0,a:0) onFrameAvailable the first frame is available
04-05 09:55:53.401 7351 7377 D SensorManager: registerListener :: 11, LSM6DSL
Accelerometer, 200000, 0,
04-05 09:55:53.407 7351 7377 D SensorManager: registerListener :: 21, AK09918
Magnetometer, 200000, 0, hpe@c611bfe
04-05 09:55:53.432 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:53.476 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:53.527 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:53.563 7351 7377 D SensorManager: unregisterListener
04-05 09:55:53.572 7351 7543 I ViewRootImpl@b5912af[CameraLauncher]: Resizing
android.view.ViewRootImpl@3e80ab5: frame = [0,0][1080,2400] reportDraw = false
forceLayout = false syncSeqId = 0
04-05 09:55:53.573 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6727
04-05 09:55:53.573 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleResized, msg = 4 frames=ClientWindowFrames{frame=[0,0][1080,2400]
display=[0,0][1080,2400] parentFrame=[0,0][0,0] parentClippedByDisplayCutout=false}
forceNextWindowRelayout=false displayId=0 resizeMode=-1 frameChanged=false
displayFrameChanged=false configChanged=false displayChanged=false
04-05 09:55:53.579 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:53.629 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:53.646 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:53.679 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:53.729 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:53.780 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:53.831 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:53.880 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:53.931 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:53.953 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:53.988 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:54.040 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:54.102 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:54.143 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:54.201 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:54.247 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:54.288 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:54.299 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:54.351 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:54.401 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:54.451 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:54.508 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:54.545 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:54.578 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:54.596 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:54.649 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:54.699 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:54.751 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:54.802 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:54.847 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:54.879 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:54.904 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:54.962 7351 7351 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:54.997 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:55.048 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:55.102 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:55.152 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:55.191 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:55.198 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:55.250 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:55.306 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:55.361 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:55.405 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:55.458 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:55.485 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6740
04-05 09:55:55.501 7351 9859 I ViewRootImpl@b5912af[CameraLauncher]: Resizing
android.view.ViewRootImpl@3e80ab5: frame = [0,0][1080,2400] reportDraw = false
forceLayout = false syncSeqId = 0
04-05 09:55:55.501 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=false, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6727
04-05 09:55:55.502 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleResized, msg = 4 frames=ClientWindowFrames{frame=[0,0][1080,2400]
display=[0,0][1080,2400] parentFrame=[0,0][0,0] parentClippedByDisplayCutout=false}
forceNextWindowRelayout=false displayId=0 resizeMode=-1 frameChanged=false
displayFrameChanged=false configChanged=false displayChanged=false
04-05 09:55:55.511 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:55.513 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:55.563 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:55.613 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:55.667 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:55.709 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:55.767 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:55.806 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:55.815 7351 10142 W CAM_A : PHOTO > result sensor delay = 1,49 >
1,10
04-05 09:55:55.816 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:55.861 7351 10142 W CAM_A : PHOTO > rel Δ(result sensor timestamp) =
0,33 > 0,25
04-05 09:55:55.862 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:55.887 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:55.931 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:55.977 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.020 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.060 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.064 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:56.091 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.135 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.179 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.214 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.255 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.292 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.295 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:56.343 7351 7351 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.381 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.422 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.464 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.499 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.533 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.537 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:56.581 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.624 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.671 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.701 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.743 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.784 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:56.788 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.820 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.870 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.909 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.944 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:56.985 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.020 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:57.021 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.078 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.104 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.150 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.190 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.231 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.269 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.275 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:57.306 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.350 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.393 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.436 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.470 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.506 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.511 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:57.547 7351 7351 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.592 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.634 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.671 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.705 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.737 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:57.751 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.788 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.830 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.873 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.911 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.958 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:57.992 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:57.997 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.031 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.076 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.120 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.152 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.198 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.234 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.240 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:58.278 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.318 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.361 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.409 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.438 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.481 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.482 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:58.518 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.563 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.608 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.652 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.687 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.719 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.727 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:58.766 7351 7351 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.810 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.852 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.902 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.921 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:58.959 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:58.967 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.010 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.050 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.094 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.129 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.179 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.217 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.220 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:59.249 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.293 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.342 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.372 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.420 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.449 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.465 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:59.495 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.534 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.586 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.611 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.655 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 0
04-05 09:55:59.656 7351 7351 I GestureDetector: obtain mCurrentDownEvent. id:
195919661 caller:
com.google.android.apps.camera.ui.shutterbutton.ShutterButton.dispatchTouchEvent:19
5 android.view.ViewGroup.dispatchTransformedTouchEvent:3316
android.view.ViewGroup.dispatchTouchEvent:2931
04-05 09:55:59.657 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.677 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:59.685 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.690 7351 7351 I GestureDetector: obtain mCurrentMotionEventRaw.
action: 2 id: 120409332
04-05 09:55:59.727 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.768 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.809 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.812 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 1
04-05 09:55:59.848 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.887 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.905 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:55:59.933 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:55:59.956 7351 7351 I GestureDetector: handleMessage TAP
04-05 09:55:59.974 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.009 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.051 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.091 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.136 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.157 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:00.171 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.216 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.253 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.294 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.349 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.379 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.408 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:00.417 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.464 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.500 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.543 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.584 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.622 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.661 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:00.665 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.710 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.744 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.785 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.816 7351 10203 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:00.823 7351 10203 E libgcam : [static_metadata.cc:130]: IsValid:
Expected number of illuminant>=3, actual=0
04-05 09:56:00.824 7351 10203 E libgcam : [awb_hdrplus_helper.cc:893]:
CreateInstance: qc_color_calibration is invalid:
04-05 09:56:00.824 7351 10203 E libgcam : num_lights 0
04-05 09:56:00.824 7351 10203 E libgcam : rg_ratios
04-05 09:56:00.824 7351 10203 E libgcam : bg_ratios
04-05 09:56:00.824 7351 10203 E libgcam : grgb_ratio 0
04-05 09:56:00.829 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.845 7351 10203 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:00.877 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.903 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.949 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.988 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:00.990 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:01.030 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.077 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.112 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.140 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.190 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.195 7351 10203 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 0 too high (actual 43.62 ms, request 30 ms).
04-05 09:56:01.196 7351 10203 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 0 not within tolerance (actual 43.62 ms, request 30
ms).
04-05 09:56:01.196 7351 10203 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 0 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:56:01.198 7351 7673 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:56:01.221 7351 10203 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 1 too high (actual 43.62 ms, request 30 ms).
04-05 09:56:01.221 7351 10203 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 1 not within tolerance (actual 43.62 ms, request 30
ms).
04-05 09:56:01.221 7351 10203 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 1 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:56:01.223 7351 7673 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:56:01.225 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.253 7351 10203 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 2 too high (actual 43.62 ms, request 30 ms).
04-05 09:56:01.253 7351 10203 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 2 not within tolerance (actual 43.62 ms, request 30
ms).
04-05 09:56:01.253 7351 10203 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 2 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:56:01.254 7351 7673 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:56:01.269 7351 7358 W MessageQueue: Handler (android.os.Handler)
{7f09548} sending message to a Handler on a dead thread
04-05 09:56:01.269 7351 7358 W MessageQueue: java.lang.IllegalStateException:
Handler (android.os.Handler) {7f09548} sending message to a Handler on a dead
thread
04-05 09:56:01.269 7351 7358 W MessageQueue: at
android.os.MessageQueue.enqueueMessage(MessageQueue.java:560)
04-05 09:56:01.269 7351 7358 W MessageQueue: at
android.os.Handler.enqueueMessage(Handler.java:778)
04-05 09:56:01.269 7351 7358 W MessageQueue: at
android.os.Handler.sendMessageAtTime(Handler.java:727)
04-05 09:56:01.269 7351 7358 W MessageQueue: at
android.os.Handler.sendMessageDelayed(Handler.java:697)
04-05 09:56:01.269 7351 7358 W MessageQueue: at
android.os.Handler.post(Handler.java:427)
04-05 09:56:01.269 7351 7358 W MessageQueue: at
android.hardware.camera2.impl.CameraDeviceImpl$CameraHandlerExecutor.execute(Camera
DeviceImpl.java:2383)
04-05 09:56:01.269 7351 7358 W MessageQueue: at
android.hardware.camera2.impl.CallbackProxies$SessionStateCallbackProxy.onClosed(Ca
llbackProxies.java:104)
04-05 09:56:01.269 7351 7358 W MessageQueue: at
android.hardware.camera2.impl.CameraCaptureSessionImpl.close(CameraCaptureSessionIm
pl.java:588)
04-05 09:56:01.269 7351 7358 W MessageQueue: at
android.hardware.camera2.impl.CameraCaptureSessionImpl.finalize(CameraCaptureSessio
nImpl.java:879)
04-05 09:56:01.269 7351 7358 W MessageQueue: at
java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:370)
04-05 09:56:01.269 7351 7358 W MessageQueue: at
java.lang.Daemons$FinalizerDaemon.processReference(Daemons.java:350)
04-05 09:56:01.269 7351 7358 W MessageQueue: at
java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:322)
04-05 09:56:01.269 7351 7358 W MessageQueue: at
java.lang.Daemons$Daemon.run(Daemons.java:131)
04-05 09:56:01.269 7351 7358 W MessageQueue: at
java.lang.Thread.run(Thread.java:1012)
04-05 09:56:01.271 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.302 7351 10203 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 3 too high (actual 43.62 ms, request 30 ms).
04-05 09:56:01.302 7351 10203 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 3 not within tolerance (actual 43.62 ms, request 30
ms).
04-05 09:56:01.302 7351 10203 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 3 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:56:01.303 7351 7673 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:56:01.315 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.361 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.370 7351 10203 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 4 too high (actual 43.62 ms, request 30 ms).
04-05 09:56:01.370 7351 10203 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 4 not within tolerance (actual 43.62 ms, request 30
ms).
04-05 09:56:01.370 7351 10203 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 4 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:56:01.374 7351 7673 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:56:01.400 7351 10203 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 5 too high (actual 43.62 ms, request 30 ms).
04-05 09:56:01.400 7351 10203 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 5 not within tolerance (actual 43.62 ms, request 30
ms).
04-05 09:56:01.400 7351 10203 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 5 not within tolerance (actual 11.0889x, request
16.1556x).
04-05 09:56:01.402 7351 7673 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:56:01.407 7351 7673 W libgcam : [shot_helper.cc:352]:
LogViewfinderAeWarnings: viewfinder_short_tet (0.000ms) is further than expected
from the capture TET (483.697ms). Relative error: 100%.
04-05 09:56:01.408 7351 7673 E libgcam : [shot.cc:2728]: ChooseWbGains:
AwbHdrPlusHelper is null. Using driver AWB from base frame.
04-05 09:56:01.421 7351 10142 W CAM_A : PHOTO > result sensor delay = 1,18 >
1,10
04-05 09:56:01.422 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.454 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.457 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:01.501 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.535 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.578 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.622 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.663 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.707 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/* className=com.instagram.share.handleractivity.ShareHandlerActivity
04-05 09:56:01.707 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/*
className=com.instagram.share.handleractivity.ReelShareHandlerActivity
04-05 09:56:01.708 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/*
className=com.instagram.direct.share.handler.DirectExternalMediaShareActivityPhotoI
nterop
04-05 09:56:01.708 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/* className=com.whatsapp.contact.ui.picker.ContactPicker
04-05 09:56:01.708 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/* className=com.linecorp.line.keepmemo.share.os.KeepMemoSaveActivity
04-05 09:56:01.711 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.715 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/* className=com.instagram.share.handleractivity.ShareHandlerActivity
04-05 09:56:01.715 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/*
className=com.instagram.share.handleractivity.ReelShareHandlerActivity
04-05 09:56:01.715 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/*
className=com.instagram.direct.share.handler.DirectExternalMediaShareActivityVideoI
nterop
04-05 09:56:01.715 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/* className=com.whatsapp.contact.ui.picker.ContactPicker
04-05 09:56:01.715 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/* className=com.linecorp.line.keepmemo.share.os.KeepMemoSaveActivity
04-05 09:56:01.716 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:01.736 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.793 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.820 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.862 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.874 7351 7391 I AppIconSolution: start to load,
pkg=com.instagram.android, bg=126-126, dr=189-189, forDefault=false, density=0
04-05 09:56:01.884 7351 7391 I AppIconSolution: getIconScale,
pkg=com.instagram.android, size=189, iconScale=IconScale[alpha=1, scale=0.62,
isCrop=false]
04-05 09:56:01.885 7351 7391 I AppIconSolution: fromTheme2,
pkg=com.instagram.android, bg=126-126, dr=189-189, tarScale=0.62,
relScale=0.41775402, mask=false, isCropInTheme = false, isNight = true
04-05 09:56:01.900 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.906 7351 7391 I AppIconSolution: start to load,
pkg=com.google.android.youtube, bg=126-126, dr=189-189, forDefault=false, density=0
04-05 09:56:01.916 7351 7391 I AppIconSolution: getIconScale,
pkg=com.google.android.youtube, size=189, iconScale=IconScale[alpha=1, scale=0.62,
isCrop=false]
04-05 09:56:01.916 7351 7391 I AppIconSolution: fromTheme2,
pkg=com.google.android.youtube, bg=126-126, dr=189-189, tarScale=0.62,
relScale=0.41775402, mask=false, isCropInTheme = false, isNight = true
04-05 09:56:01.923 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:01.963 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:01.977 7351 7391 I AppIconSolution: start to load,
pkg=com.google.android.apps.tachyon, bg=126-126, dr=189-189, forDefault=false,
density=0
04-05 09:56:01.988 7351 7391 I AppIconSolution: getIconScale,
pkg=com.google.android.apps.tachyon, size=189, iconScale=IconScale[alpha=1,
scale=0.62, isCrop=false]
04-05 09:56:01.988 7351 7391 I AppIconSolution: fromTheme2,
pkg=com.google.android.apps.tachyon, bg=126-126, dr=189-189, tarScale=0.62,
relScale=0.41775402, mask=false, isCropInTheme = false, isNight = true
04-05 09:56:01.994 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.036 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.060 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.103 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.153 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.193 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.196 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:02.226 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.272 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.317 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.348 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.387 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.414 7351 7351 W CAM_A : Placeholder drawable removed:
key=ShotId-2 evicted=false
04-05 09:56:02.418 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:02.434 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.465 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.505 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.548 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.588 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.651 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.672 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.689 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:02.713 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.740 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 0
04-05 09:56:02.756 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.788 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.829 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.871 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.905 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:02.914 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.936 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 1
04-05 09:56:02.948 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:02.990 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:03.030 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.030 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.030 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.030 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.031 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.032 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.032 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.032 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.033 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.033 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.033 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.033 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.033 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:03.043 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.043 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.043 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.043 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.043 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.043 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.043 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.043 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.061 7351 7377 D SensorManager: unregisterListener
04-05 09:56:03.063 7351 7393 D SensorManager: unregisterListener
04-05 09:56:03.064 7351 7393 D SensorManager: unregisterListener
04-05 09:56:03.066 7351 10203 E native : E0405 09:56:03.064764 10203
jni_environment.cc:81] Failed to detach current thread from the JVM.
JavaVM::DetachCurrentThread returned: -1
04-05 09:56:03.066 7351 7437 E GoLog : E0405 09:56:03.064764 10203
jni_environment.cc:81] Failed to detach current thread from the JVM.
JavaVM::DetachCurrentThread returned: -1
04-05 09:56:03.078 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.078 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.078 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.078 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.078 7351 10221 W CAM_A : Expected portrait segmenter to be
initialized, but it wasn't. Initializing again.
04-05 09:56:03.080 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.080 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.080 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.080 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.082 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.082 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.082 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.082 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.082 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.082 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.082 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.082 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.083 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.083 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.083 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.083 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.084 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.084 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.084 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.084 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.087 7351 7351 I SurfaceView@53bdac2: onWindowVisibilityChanged(8)
false android.view.SurfaceView{53bdac2 V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:56:03.087 7351 7351 I SurfaceView@53bdac2: Changes: creating=false
format=false size=false visible=true alpha=false hint=false mUseAlpha=false
visible=true left=false top=false
04-05 09:56:03.087 7351 7351 I SurfaceView@53bdac2: 87808706 Cur surface:
Surface(name=null)/@0x29d0b07
04-05 09:56:03.087 7351 7351 I SurfaceView@53bdac2: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x7398037700
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:56:03.087 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x7398037700android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
android.view.View.dispatchDetachedFromWindow:22529
04-05 09:56:03.087 7351 7351 I SurfaceView@53bdac2: surfaceDestroyed
04-05 09:56:03.087 7351 7351 I SurfaceView@53bdac2: surfaceDestroyed
callback.size 1 #2 android.view.SurfaceView{53bdac2 V.E...... ........ 0,0-
1080,1920}
04-05 09:56:03.087 7351 7351 I SurfaceView@53bdac2: updateSurface: mVisible =
false mSurface.isValid() = true
04-05 09:56:03.087 7351 7351 I SurfaceView@53bdac2: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:56:03.087 7351 7351 I SurfaceView@53bdac2: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7398078600
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:1172
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:56:03.087 7351 7351 I SurfaceView@53bdac2: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:56:03.087 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x7398078600android.view.ViewRootImpl.applyTransactionOnDrawFromReleaseSurfaces:128
50 android.view.SurfaceView.applyTransactionOnVriDraw:2046
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:1172
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:56:03.087 7351 7351 V SurfaceView@53bdac2: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 09:56:03.087 7351 7351 I SurfaceView@53bdac2: onDetachedFromWindow:
tryReleaseSurfaces()
04-05 09:56:03.087 7351 7351 I SurfaceView@53bdac2: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:56:03.088 7351 7351 I SurfaceView@53bdac2: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7398078c00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.onDetachedFromWindow:500
android.view.View.dispatchDetachedFromWindow:22538
04-05 09:56:03.088 7351 7351 I SurfaceView@53bdac2: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:56:03.088 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x7398078c00android.view.ViewRootImpl.applyTransactionOnDrawFromReleaseSurfaces:128
50 android.view.SurfaceView.applyTransactionOnVriDraw:2046
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.onDetachedFromWindow:500
android.view.View.dispatchDetachedFromWindow:22538
04-05 09:56:03.088 7351 7351 D SurfaceView@123131b: setFixedSize -1x-1 ->
1920x1080
04-05 09:56:03.088 7351 7351 I SurfaceView@123131b: onWindowVisibilityChanged(0)
true android.view.SurfaceView{123131b V.E...... ......I. 0,0-0,0} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:56:03.088 7351 7351 D SurfaceView@123131b: updateSurface: has no frame
04-05 09:56:03.113 7351 7351 D SurfaceView@123131b: updateSurface: has no frame
04-05 09:56:03.113 7351 7351 I SurfaceView@123131b: Changes: creating=true
format=true size=true visible=true alpha=false hint=false mUseAlpha=false
visible=true left=true top=true
04-05 09:56:03.114 7351 7364 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#8(BLAST Consumer)8](id:1cb700000012,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:56:03.114 7351 7351 I BLASTBufferQueue: update, w= 1920 h= 1080 mName =
null mNativeObject= 0x72c1c9d500 sc.mNativeObject= 0x73171faf80 format= 4 caller=
android.view.SurfaceView.createBlastSurfaceControls:1383
android.view.SurfaceView.updateSurface:1079
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
android.view.SurfaceView$$ExternalSyntheticLambda5.onPreDraw:2
android.view.ViewTreeObserver.dispatchOnPreDraw:1121
android.view.ViewRootImpl.performTraversals:4442
04-05 09:56:03.114 7351 7351 I SurfaceView@123131b: 19075867 Cur surface:
Surface(name=null)/@0x5866754
04-05 09:56:03.114 7351 7351 I SurfaceView@123131b: pST: sr = Rect(0, 207 - 1080,
2127) sw = 1920 sh = 1080
04-05 09:56:03.115 7351 7351 D SurfaceView@123131b: performSurfaceTransaction
RenderWorker position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 09:56:03.115 7351 7351 I SurfaceView@123131b: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x72c1a03b00
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:56:03.115 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x72c1a03b00android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
android.view.SurfaceView$$ExternalSyntheticLambda5.onPreDraw:2
04-05 09:56:03.115 7351 7351 I SurfaceView@123131b: updateSurface: mVisible =
true mSurface.isValid() = true
04-05 09:56:03.115 7351 7351 I SurfaceView@123131b: updateSurface:
mSurfaceCreated = false surfaceChanged = true visibleChanged = true
04-05 09:56:03.115 7351 7351 I SurfaceView@123131b: visibleChanged --
surfaceCreated
04-05 09:56:03.115 7351 7351 I SurfaceView@123131b: surfaceCreated 2 #8
android.view.SurfaceView{123131b V.E...... ......ID 0,0-1080,1920}
04-05 09:56:03.115 7351 7351 I SurfaceView@123131b: surfaceChanged -- format=4
w=1920 h=1080
04-05 09:56:03.115 7351 7351 I SurfaceView@123131b: surfaceChanged (1920,1080) 2
#8 android.view.SurfaceView{123131b V.E...... ......ID 0,0-1080,1920}
04-05 09:56:03.115 7351 7351 I SurfaceView@123131b: surfaceRedrawNeeded
04-05 09:56:03.116 7351 7351 V SurfaceView@123131b: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 09:56:03.116 7351 7364 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#8(BLAST Consumer)8](id:1cb700000012,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:56:03.117 7351 7364 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#8(BLAST Consumer)8](id:1cb700000012,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:56:03.123 7351 7364 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_IDLE for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:56:03.125 7351 7381 D SurfaceView@53bdac2: windowPositionLost, frameNr =
99
04-05 09:56:03.125 7351 7424 D SurfaceView@123131b: updateSurfacePosition
RenderWorker, frameNr = 99, position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 09:56:03.125 7351 7424 I SurfaceView@123131b: uSP: rtp = Rect(0, 207 -
1080, 2127) rtsw = 1920 rtsh = 1080
04-05 09:56:03.125 7351 7424 I SurfaceView@123131b: onSSPAndSRT: pl = 0 pt = 207
sx = 0.5625 sy = 1.7777778
04-05 09:56:03.126 7351 7424 I SurfaceView@123131b: aOrMT:
ViewRootImpl@b5912af[CameraLauncher] t =
android.view.SurfaceControl$Transaction@394d5f9 fN = 99 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
android.graphics.RenderNode$CompositePositionUpdateListener.positionChanged:373
04-05 09:56:03.126 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x7398072900 mBlastBufferQueue=0x73a4b66c00 fn= 99 caller=
android.view.SurfaceView.applyOrMergeTransaction:1455 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
04-05 09:56:03.128 7351 10143 W CAM_MetadataDst: onCaptureFailed for Frame 231
04-05 09:56:03.128 7351 10143 W CAM_MetadataDst: onCaptureFailed for Frame 234
04-05 09:56:03.129 7351 10142 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:03.129 7351 10143 W CAM_MetadataDst: onCaptureFailed for Frame 232
04-05 09:56:03.129 7351 10143 W CAM_MetadataDst: onCaptureFailed for Frame 233
04-05 09:56:03.129 7351 10143 W CAM_MetadataDst: onCaptureFailed for Frame 229
04-05 09:56:03.129 7351 10143 W CAM_MetadataDst: onCaptureFailed for Frame 230
04-05 09:56:03.136 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x7398037700 mBlastBufferQueue=0x73a4b66c00 fn= 99 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:56:03.136 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x7398078600 mBlastBufferQueue=0x73a4b66c00 fn= 99 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:56:03.136 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x7398078c00 mBlastBufferQueue=0x73a4b66c00 fn= 99 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:56:03.136 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x72c1a03b00 mBlastBufferQueue=0x73a4b66c00 fn= 99 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:56:03.137 7351 7351 I SurfaceView@123131b: finishedDrawing
04-05 09:56:03.176 7351 7351 W CAM_A : ModeSwitcher WAS ALREADY ENABLED!
04-05 09:56:03.238 7351 10221 E native : E0405 09:56:03.238848 10221
inference_engine_tf_lite.cc:938] Delegate not initialized, cannot serialize cache
data.
04-05 09:56:03.239 7351 7437 E GoLog : E0405 09:56:03.238848 10221
inference_engine_tf_lite.cc:938] Delegate not initialized, cannot serialize cache
data.
04-05 09:56:03.255 7351 10143 W eCameraEngR18F1: Long monitor contention with
owner Camera-Ex (7398) at void
android.hardware.camera2.impl.CameraDeviceImpl.waitUntilIdle()
(CameraDeviceImpl.java:1402) waiters=1 in void
android.hardware.camera2.impl.CameraCaptureSessionImpl.close() for 123ms
04-05 09:56:03.256 7351 10225 W CAM_SurfaceMap: Surface(name=null)/@0x5866754 is
valid but deferred streams are not yet available for CaptureSession-5
04-05 09:56:03.256 7351 10225 W CAM_SimpleReqProcessor: Failed to add Stream-15 to
CaptureRequest for Request-157. The surface is not yet available.
04-05 09:56:03.263 7351 9859 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_ACTIVE for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:56:03.269 7351 10225 W CAM_SurfaceMap: Surface(name=null)/@0x5866754 is
valid but deferred streams are not yet available for CaptureSession-5
04-05 09:56:03.269 7351 10225 W CAM_SimpleReqProcessor: Failed to add Stream-15 to
CaptureRequest for Request-158. The surface is not yet available.
04-05 09:56:03.467 7351 10224 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:03.467 7351 10224 W CAM_A : PORTRAIT > abs Δ(result sensor
timestamp) = 410,51 ms > 70,00 ms
04-05 09:56:03.467 7351 10224 W CAM_A : PORTRAIT > rel Δ(result sensor
timestamp) = 9,14 > 0,25
04-05 09:56:03.467 7351 10224 W CAM_A : PORTRAIT > result sensor delay = 10,14 >
1,10
04-05 09:56:03.469 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 0
04-05 09:56:03.512 7351 7443 E native : E0405 09:56:03.512075 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:03.512 7351 7437 E GoLog : E0405 09:56:03.512075 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:03.519 7351 10224 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:03.519 7351 10224 W CAM_A : PORTRAIT > rel Δ(result sensor
timestamp) = 0,90 > 0,25
04-05 09:56:03.524 7351 10226 I BLASTBufferQueue:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#9](f:0,a:0) onFrameAvailable the first frame is available
04-05 09:56:03.557 7351 10224 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:03.595 7351 7443 E native : E0405 09:56:03.594950 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:03.596 7351 7437 E GoLog : E0405 09:56:03.594950 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:03.598 7351 10224 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:03.638 7351 10224 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:03.652 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 1
04-05 09:56:03.677 7351 7443 E native : E0405 09:56:03.677361 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:03.680 7351 7437 E GoLog : E0405 09:56:03.677361 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:03.681 7351 10224 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:03.719 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.719 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.719 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.719 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.720 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.720 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.720 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.720 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.720 7351 10224 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:03.721 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.721 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.721 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.721 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.721 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.721 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.721 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.721 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.729 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.730 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.730 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.730 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.734 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.734 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.734 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.734 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.736 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.737 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.737 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.737 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.747 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.747 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.747 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.747 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.748 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.748 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.748 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.748 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.749 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.749 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.749 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.749 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.750 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:03.750 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:03.750 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:03.750 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:03.755 7351 7351 I SurfaceView@123131b: onWindowVisibilityChanged(8)
false android.view.SurfaceView{123131b V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:56:03.755 7351 7351 I SurfaceView@123131b: Changes: creating=false
format=false size=false visible=true alpha=false hint=false mUseAlpha=false
visible=true left=false top=false
04-05 09:56:03.755 7351 7351 I SurfaceView@123131b: 19075867 Cur surface:
Surface(name=null)/@0x5866754
04-05 09:56:03.755 7351 7351 I SurfaceView@123131b: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x72c1a03200
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:56:03.755 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x72c1a03200android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
android.view.View.dispatchDetachedFromWindow:22529
04-05 09:56:03.755 7351 7351 I SurfaceView@123131b: surfaceDestroyed
04-05 09:56:03.755 7351 7351 I SurfaceView@123131b: surfaceDestroyed
callback.size 1 #2 android.view.SurfaceView{123131b V.E...... ........ 0,0-
1080,1920}
04-05 09:56:03.755 7351 7351 I SurfaceView@123131b: updateSurface: mVisible =
false mSurface.isValid() = true
04-05 09:56:03.755 7351 7351 I SurfaceView@123131b: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:56:03.755 7351 7351 I SurfaceView@123131b: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x72c1a03700
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:1172
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:56:03.755 7351 7351 I SurfaceView@123131b: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:56:03.755 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x72c1a03700android.view.ViewRootImpl.applyTransactionOnDrawFromReleaseSurfaces:128
50 android.view.SurfaceView.applyTransactionOnVriDraw:2046
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:1172
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:56:03.755 7351 7351 V SurfaceView@123131b: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 09:56:03.755 7351 7351 I SurfaceView@123131b: onDetachedFromWindow:
tryReleaseSurfaces()
04-05 09:56:03.755 7351 7351 I SurfaceView@123131b: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:56:03.756 7351 7351 I SurfaceView@123131b: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x72c1a03800
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.onDetachedFromWindow:500
android.view.View.dispatchDetachedFromWindow:22538
04-05 09:56:03.756 7351 7351 I SurfaceView@123131b: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:56:03.756 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x72c1a03800android.view.ViewRootImpl.applyTransactionOnDrawFromReleaseSurfaces:128
50 android.view.SurfaceView.applyTransactionOnVriDraw:2046
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.onDetachedFromWindow:500
android.view.View.dispatchDetachedFromWindow:22538
04-05 09:56:03.756 7351 7351 D SurfaceView@3ff93eb: setFixedSize -1x-1 ->
1920x1080
04-05 09:56:03.756 7351 7351 I SurfaceView@3ff93eb: onWindowVisibilityChanged(0)
true android.view.SurfaceView{3ff93eb V.E...... ......I. 0,0-0,0} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:56:03.756 7351 7351 D SurfaceView@3ff93eb: updateSurface: has no frame
04-05 09:56:03.762 7351 9859 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_IDLE for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:56:03.770 7351 10225 W CAM_MetadataDst: onCaptureFailed for Frame 247
04-05 09:56:03.771 7351 10225 W CAM_MetadataDst: onCaptureFailed for Frame 244
04-05 09:56:03.771 7351 10225 W CAM_MetadataDst: onCaptureFailed for Frame 245
04-05 09:56:03.771 7351 10225 W CAM_MetadataDst: onCaptureFailed for Frame 246
04-05 09:56:03.771 7351 10225 W CAM_MetadataDst: onCaptureFailed for Frame 242
04-05 09:56:03.771 7351 10225 W CAM_MetadataDst: onCaptureFailed for Frame 243
04-05 09:56:03.773 7351 7351 D SurfaceView@3ff93eb: updateSurface: has no frame
04-05 09:56:03.774 7351 7351 I SurfaceView@3ff93eb: Changes: creating=true
format=true size=true visible=true alpha=false hint=false mUseAlpha=false
visible=true left=true top=true
04-05 09:56:03.775 7351 7351 I BLASTBufferQueue: update, w= 1920 h= 1080 mName =
null mNativeObject= 0x72c18c4400 sc.mNativeObject= 0x7317204b20 format= 4 caller=
android.view.SurfaceView.createBlastSurfaceControls:1383
android.view.SurfaceView.updateSurface:1079
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
android.view.SurfaceView$$ExternalSyntheticLambda5.onPreDraw:2
android.view.ViewTreeObserver.dispatchOnPreDraw:1121
android.view.ViewRootImpl.performTraversals:4442
04-05 09:56:03.776 7351 7351 I SurfaceView@3ff93eb: 67081195 Cur surface:
Surface(name=null)/@0x9682437
04-05 09:56:03.776 7351 7351 I SurfaceView@3ff93eb: pST: sr = Rect(0, 207 - 1080,
2127) sw = 1920 sh = 1080
04-05 09:56:03.776 7351 7351 D SurfaceView@3ff93eb: performSurfaceTransaction
RenderWorker position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 09:56:03.776 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x730a162300
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:56:03.776 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x730a162300android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
android.view.SurfaceView$$ExternalSyntheticLambda5.onPreDraw:2
04-05 09:56:03.776 7351 7351 I SurfaceView@3ff93eb: updateSurface: mVisible =
true mSurface.isValid() = true
04-05 09:56:03.776 7351 7351 I SurfaceView@3ff93eb: updateSurface:
mSurfaceCreated = false surfaceChanged = true visibleChanged = true
04-05 09:56:03.776 7351 7351 I SurfaceView@3ff93eb: visibleChanged --
surfaceCreated
04-05 09:56:03.776 7351 7351 I SurfaceView@3ff93eb: surfaceCreated 2 #8
android.view.SurfaceView{3ff93eb V.E...... ......ID 0,0-1080,1920}
04-05 09:56:03.776 7351 7351 I SurfaceView@3ff93eb: surfaceChanged -- format=4
w=1920 h=1080
04-05 09:56:03.776 7351 7351 I SurfaceView@3ff93eb: surfaceChanged (1920,1080) 2
#8 android.view.SurfaceView{3ff93eb V.E...... ......ID 0,0-1080,1920}
04-05 09:56:03.776 7351 7351 I SurfaceView@3ff93eb: surfaceRedrawNeeded
04-05 09:56:03.777 7351 7351 V SurfaceView@3ff93eb: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 09:56:03.777 7351 7393 D SensorManager: registerListener :: 41, LSM6DSL
Gyroscope, 0, 0,
04-05 09:56:03.780 7351 7381 D SurfaceView@123131b: windowPositionLost, frameNr =
136
04-05 09:56:03.780 7351 7424 D SurfaceView@3ff93eb: updateSurfacePosition
RenderWorker, frameNr = 136, position = [0, 207, 1080, 2127] surfaceSize =
1920x1080
04-05 09:56:03.780 7351 7424 I SurfaceView@3ff93eb: uSP: rtp = Rect(0, 207 -
1080, 2127) rtsw = 1920 rtsh = 1080
04-05 09:56:03.780 7351 7424 I SurfaceView@3ff93eb: onSSPAndSRT: pl = 0 pt = 207
sx = 0.5625 sy = 1.7777778
04-05 09:56:03.780 7351 7424 I SurfaceView@3ff93eb: aOrMT:
ViewRootImpl@b5912af[CameraLauncher] t =
android.view.SurfaceControl$Transaction@9db91cc fN = 136 android.view.SurfaceView.-
$$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
android.graphics.RenderNode$CompositePositionUpdateListener.positionChanged:373
04-05 09:56:03.780 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x7398078c00 mBlastBufferQueue=0x73a4b66c00 fn= 136 caller=
android.view.SurfaceView.applyOrMergeTransaction:1455 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
04-05 09:56:03.782 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x72c1a03200 mBlastBufferQueue=0x73a4b66c00 fn= 136 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:56:03.782 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x72c1a03700 mBlastBufferQueue=0x73a4b66c00 fn= 136 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:56:03.782 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x72c1a03800 mBlastBufferQueue=0x73a4b66c00 fn= 136 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:56:03.782 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x730a162300 mBlastBufferQueue=0x73a4b66c00 fn= 136 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:56:03.791 7351 7351 I SurfaceView@3ff93eb: finishedDrawing
04-05 09:56:03.792 7351 7351 W CAM_A : ModeSwitcher WAS ALREADY ENABLED!
04-05 09:56:03.907 7351 10248 W CAM_SurfaceMap: Surface(name=null)/@0x9682437 is
valid but deferred streams are not yet available for CaptureSession-6
04-05 09:56:03.907 7351 10248 W CAM_SimpleReqProcessor: Failed to add Stream-17 to
CaptureRequest for Request-180. The surface is not yet available.
04-05 09:56:03.907 7351 10225 W eCameraEngR18F1: Long monitor contention with
owner Camera-Ex (7398) at void
android.hardware.camera2.impl.CameraDeviceImpl.waitUntilIdle()
(CameraDeviceImpl.java:1402) waiters=1 in void
android.hardware.camera2.impl.CameraCaptureSessionImpl.close() for 134ms
04-05 09:56:03.914 7351 10248 W CAM_SurfaceMap: Surface(name=null)/@0x9682437 is
valid but deferred streams are not yet available for CaptureSession-6
04-05 09:56:03.914 7351 10248 W CAM_SimpleReqProcessor: Failed to add Stream-17 to
CaptureRequest for Request-181. The surface is not yet available.
04-05 09:56:03.915 7351 8034 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_ACTIVE for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:56:04.123 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:04.128 7351 7387 W CAM_A : Extractor (frame) of type
feature.acmi.imu.frame-straightness depends on foreign type
feature.acmi.imu.camera-orientation! Feature values may be calculated out of order!
04-05 09:56:04.129 7351 7387 W CAM_A : Extractor (frame) of type
feature.acmi.imu.frame-straightness depends on foreign type
feature.acmi.imu.camera-orientation! Feature values may be calculated out of order!
04-05 09:56:04.132 7351 7387 D SensorManager: registerListener :: 11, LSM6DSL
Accelerometer, 200000, 0,
04-05 09:56:04.133 7351 7387 D SensorManager: registerListener :: 41, LSM6DSL
Gyroscope, 200000, 0, ftr@ca18b5b
04-05 09:56:04.134 7351 10247 W CAM_A : Previous or current projection matrix
cannot be computed. Defaulting to identity
04-05 09:56:04.135 7351 10247 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 398,87 ms > 70,00 ms
04-05 09:56:04.135 7351 10247 W CAM_A : LONG_EXPOSURE > rel Δ(result sensor
timestamp) = 8,85 > 0,25
04-05 09:56:04.135 7351 10247 W CAM_A : LONG_EXPOSURE > result sensor delay =
9,85 > 1,10
04-05 09:56:04.153 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.161 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:04.161 7351 10247 W CAM_A : LONG_EXPOSURE > rel Δ(result sensor
timestamp) = 0,90 > 0,25
04-05 09:56:04.167 7351 7364 I BLASTBufferQueue:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#10](f:0,a:0) onFrameAvailable the first frame is available
04-05 09:56:04.169 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.170 7351 7443 E native : E0405 09:56:04.170636 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.170 7351 7437 E GoLog : E0405 09:56:04.170636 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.201 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:04.221 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.235 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.235 7351 7443 E native : E0405 09:56:04.235354 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.235 7351 7437 E GoLog : E0405 09:56:04.235354 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.243 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:04.283 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:04.312 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.326 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:04.331 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.331 7351 7443 E native : E0405 09:56:04.331244 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.331 7351 7437 E GoLog : E0405 09:56:04.331244 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.364 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:04.381 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.398 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.398 7351 7437 E GoLog : E0405 09:56:04.398622 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.398 7351 7443 E native : E0405 09:56:04.398622 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.407 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:04.445 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:04.470 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.486 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.486 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:04.486 7351 7443 E native : E0405 09:56:04.486868 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.487 7351 7437 E GoLog : E0405 09:56:04.486868 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.526 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:04.543 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.562 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.562 7351 7443 E native : E0405 09:56:04.562383 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.562 7351 7437 E GoLog : E0405 09:56:04.562383 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.568 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:04.607 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:04.647 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:04.688 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:04.729 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:04.771 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:04.783 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.800 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.800 7351 7443 E native : E0405 09:56:04.800211 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.800 7351 7437 E GoLog : E0405 09:56:04.800211 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.812 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:04.816 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.851 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:04.862 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.862 7351 7443 E native : E0405 09:56:04.862613 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.862 7351 7437 E GoLog : E0405 09:56:04.862613 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.876 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.890 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:04.893 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.894 7351 7443 E native : E0405 09:56:04.894268 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.894 7351 7437 E GoLog : E0405 09:56:04.894268 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.908 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.923 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.924 7351 7443 E native : E0405 09:56:04.924133 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.924 7351 7437 E GoLog : E0405 09:56:04.924133 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.931 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:04.947 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.961 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:04.962 7351 7443 E native : E0405 09:56:04.961972 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.962 7351 7437 E GoLog : E0405 09:56:04.961972 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:04.971 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.012 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.034 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.048 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.048 7351 7443 E native : E0405 09:56:05.048438 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.048 7351 7437 E GoLog : E0405 09:56:05.048438 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.053 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.094 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.112 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.127 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.127 7351 7443 E native : E0405 09:56:05.127262 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.127 7351 7437 E GoLog : E0405 09:56:05.127262 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.133 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.174 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.193 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.208 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.208 7351 7443 E native : E0405 09:56:05.208653 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.208 7351 7437 E GoLog : E0405 09:56:05.208653 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.215 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.255 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.284 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.295 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.303 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.303 7351 7443 E native : E0405 09:56:05.303399 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.303 7351 7437 E GoLog : E0405 09:56:05.303399 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.335 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.357 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.371 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.372 7351 7443 E native : E0405 09:56:05.371997 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.372 7351 7437 E GoLog : E0405 09:56:05.371997 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.376 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.416 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.433 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.449 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.449 7351 7443 E native : E0405 09:56:05.449656 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.449 7351 7437 E GoLog : E0405 09:56:05.449656 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.459 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.498 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.518 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.534 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.534 7351 7443 E native : E0405 09:56:05.534203 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.534 7351 7437 E GoLog : E0405 09:56:05.534203 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.542 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.580 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.599 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.615 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.615 7351 7443 E native : E0405 09:56:05.615611 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.615 7351 7437 E GoLog : E0405 09:56:05.615611 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.622 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.659 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.676 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.690 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.690 7351 7443 E native : E0405 09:56:05.690338 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.690 7351 7437 E GoLog : E0405 09:56:05.690338 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.700 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.755 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.787 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.800 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.824 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.824 7351 7443 E native : E0405 09:56:05.824415 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.824 7351 7437 E GoLog : E0405 09:56:05.824415 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.829 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.852 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.853 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 0
04-05 09:56:05.854 7351 7351 I GestureDetector: obtain mCurrentDownEvent. id:
468644070 caller:
com.google.android.apps.camera.ui.shutterbutton.ShutterButton.dispatchTouchEvent:19
5 android.view.ViewGroup.dispatchTransformedTouchEvent:3316
android.view.ViewGroup.dispatchTouchEvent:2931
04-05 09:56:05.862 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.870 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.871 7351 7443 E native : E0405 09:56:05.871382 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.871 7351 7437 E GoLog : E0405 09:56:05.871382 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.889 7351 7351 I GestureDetector: obtain mCurrentMotionEventRaw.
action: 2 id: 714323443
04-05 09:56:05.908 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.932 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.943 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:05.949 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:05.950 7351 7443 E native : E0405 09:56:05.950091 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.950 7351 7437 E GoLog : E0405 09:56:05.950091 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:05.984 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.004 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.022 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.022 7351 7443 E native : E0405 09:56:06.022655 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.023 7351 7437 E GoLog : E0405 09:56:06.022655 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.027 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.065 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.085 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.103 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.103 7351 7443 E native : E0405 09:56:06.103463 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.103 7351 7437 E GoLog : E0405 09:56:06.103463 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.108 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.110 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 1
04-05 09:56:06.146 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.154 7351 7351 I GestureDetector: handleMessage TAP
04-05 09:56:06.165 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.181 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.181 7351 7443 E native : E0405 09:56:06.181896 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.182 7351 7437 E GoLog : E0405 09:56:06.181896 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.191 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.227 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.258 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.268 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.278 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.278 7351 7443 E native : E0405 09:56:06.278681 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.278 7351 7437 E GoLog : E0405 09:56:06.278681 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.308 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.325 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.342 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.342 7351 7443 E native : E0405 09:56:06.342273 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.342 7351 7437 E GoLog : E0405 09:56:06.342273 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.350 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.390 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.420 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.429 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.442 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.442 7351 7443 E native : E0405 09:56:06.442741 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.443 7351 7437 E GoLog : E0405 09:56:06.442741 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.470 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.491 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.506 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.506 7351 7443 E native : E0405 09:56:06.506849 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.506 7351 7437 E GoLog : E0405 09:56:06.506849 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.510 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.554 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.582 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.592 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.601 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.602 7351 7443 E native : E0405 09:56:06.601997 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.602 7351 7437 E GoLog : E0405 09:56:06.601997 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.643 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.673 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.679 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.697 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.697 7351 7443 E native : E0405 09:56:06.697815 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.697 7351 7437 E GoLog : E0405 09:56:06.697815 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.716 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.736 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.755 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.755 7351 7443 E native : E0405 09:56:06.755420 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.760 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.761 7351 7437 E GoLog : E0405 09:56:06.755420 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.774 7351 10268 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.775 7351 10268 E libgcam : [static_metadata.cc:130]: IsValid:
Expected number of illuminant>=3, actual=0
04-05 09:56:06.775 7351 10268 E libgcam : [awb_hdrplus_helper.cc:893]:
CreateInstance: qc_color_calibration is invalid:
04-05 09:56:06.775 7351 10268 E libgcam : num_lights 0
04-05 09:56:06.775 7351 10268 E libgcam : rg_ratios
04-05 09:56:06.775 7351 10268 E libgcam : bg_ratios
04-05 09:56:06.775 7351 10268 E libgcam : grgb_ratio 0
04-05 09:56:06.791 7351 10268 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.795 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.826 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:06.839 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.858 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:06.876 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.891 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:06.916 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.921 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.924 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:06.942 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.942 7351 7443 E native : E0405 09:56:06.942357 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.942 7351 7437 E GoLog : E0405 09:56:06.942357 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:06.960 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:06.960 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:06.982 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:06.990 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.004 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.007 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:07.008 7351 7443 E native : E0405 09:56:07.008151 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:07.008 7351 7437 E GoLog : E0405 09:56:07.008151 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:07.023 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.047 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.057 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.079 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:07.083 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.091 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.102 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:07.102 7351 7443 E native : E0405 09:56:07.102735 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:07.103 7351 7437 E GoLog : E0405 09:56:07.102735 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:07.113 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.123 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.137 7351 10268 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 0 not within tolerance (actual 40.3505 ms, request
50 ms).
04-05 09:56:07.137 7351 10268 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 0 too high (actual 11.0889x, request 8.96678x).
04-05 09:56:07.137 7351 10268 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 0 not within tolerance (actual 11.0889x, request
8.96678x).
04-05 09:56:07.141 7351 7673 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:56:07.147 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.155 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.189 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.191 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.191 7351 10268 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 1 not within tolerance (actual 40.3505 ms, request
50 ms).
04-05 09:56:07.191 7351 10268 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 1 too high (actual 11.0889x, request 8.96678x).
04-05 09:56:07.191 7351 10268 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 1 not within tolerance (actual 11.0889x, request
8.96678x).
04-05 09:56:07.194 7351 7673 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:56:07.222 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.223 7351 10268 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 2 not within tolerance (actual 40.3505 ms, request
50 ms).
04-05 09:56:07.223 7351 10268 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 2 too high (actual 11.0889x, request 8.96678x).
04-05 09:56:07.223 7351 10268 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 2 not within tolerance (actual 11.0889x, request
8.96678x).
04-05 09:56:07.225 7351 7673 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:56:07.230 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.254 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.275 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.280 7351 10268 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 3 not within tolerance (actual 40.3505 ms, request
50 ms).
04-05 09:56:07.280 7351 10268 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 3 too high (actual 11.0889x, request 8.96678x).
04-05 09:56:07.280 7351 10268 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 3 not within tolerance (actual 11.0889x, request
8.96678x).
04-05 09:56:07.282 7351 7673 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:56:07.287 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.313 7351 10268 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 4 not within tolerance (actual 40.3505 ms, request
50 ms).
04-05 09:56:07.313 7351 10268 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 4 too high (actual 11.0889x, request 8.96678x).
04-05 09:56:07.313 7351 10268 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 4 not within tolerance (actual 11.0889x, request
8.96678x).
04-05 09:56:07.315 7351 7673 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:56:07.321 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.354 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.357 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.359 7351 10247 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 81,66 ms > 70,00 ms
04-05 09:56:07.359 7351 10247 W CAM_A : LONG_EXPOSURE > rel Δ(result sensor
timestamp) = 1,00 > 0,25
04-05 09:56:07.359 7351 10247 W CAM_A : LONG_EXPOSURE > result sensor delay =
2,00 > 1,10
04-05 09:56:07.385 7351 7358 W MessageQueue: Handler (android.os.Handler)
{69363ae} sending message to a Handler on a dead thread
04-05 09:56:07.385 7351 7358 W MessageQueue: java.lang.IllegalStateException:
Handler (android.os.Handler) {69363ae} sending message to a Handler on a dead
thread
04-05 09:56:07.385 7351 7358 W MessageQueue: at
android.os.MessageQueue.enqueueMessage(MessageQueue.java:560)
04-05 09:56:07.385 7351 7358 W MessageQueue: at
android.os.Handler.enqueueMessage(Handler.java:778)
04-05 09:56:07.385 7351 7358 W MessageQueue: at
android.os.Handler.sendMessageAtTime(Handler.java:727)
04-05 09:56:07.385 7351 7358 W MessageQueue: at
android.os.Handler.sendMessageDelayed(Handler.java:697)
04-05 09:56:07.385 7351 7358 W MessageQueue: at
android.os.Handler.post(Handler.java:427)
04-05 09:56:07.385 7351 7358 W MessageQueue: at
android.hardware.camera2.impl.CameraDeviceImpl$CameraHandlerExecutor.execute(Camera
DeviceImpl.java:2383)
04-05 09:56:07.385 7351 7358 W MessageQueue: at
android.hardware.camera2.impl.CallbackProxies$SessionStateCallbackProxy.onClosed(Ca
llbackProxies.java:104)
04-05 09:56:07.385 7351 7358 W MessageQueue: at
android.hardware.camera2.impl.CameraCaptureSessionImpl.close(CameraCaptureSessionIm
pl.java:588)
04-05 09:56:07.385 7351 7358 W MessageQueue: at
android.hardware.camera2.impl.CameraCaptureSessionImpl.finalize(CameraCaptureSessio
nImpl.java:879)
04-05 09:56:07.385 7351 7358 W MessageQueue: at
java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:370)
04-05 09:56:07.385 7351 7358 W MessageQueue: at
java.lang.Daemons$FinalizerDaemon.processReference(Daemons.java:350)
04-05 09:56:07.385 7351 7358 W MessageQueue: at
java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:322)
04-05 09:56:07.385 7351 7358 W MessageQueue: at
java.lang.Daemons$Daemon.run(Daemons.java:131)
04-05 09:56:07.385 7351 7358 W MessageQueue: at
java.lang.Thread.run(Thread.java:1012)
04-05 09:56:07.387 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.388 7351 10268 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 5 not within tolerance (actual 40.3505 ms, request
50 ms).
04-05 09:56:07.388 7351 10268 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 5 too high (actual 11.0889x, request 8.96678x).
04-05 09:56:07.388 7351 10268 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 5 not within tolerance (actual 11.0889x, request
8.96678x).
04-05 09:56:07.390 7351 7673 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:56:07.395 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.396 7351 10247 W CAM_A : LONG_EXPOSURE > rel Δ(result sensor
timestamp) = 0,50 > 0,25
04-05 09:56:07.419 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.435 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.445 7351 10268 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 6 not within tolerance (actual 40.3505 ms, request
50 ms).
04-05 09:56:07.445 7351 10268 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 6 too high (actual 11.0889x, request 8.96678x).
04-05 09:56:07.445 7351 10268 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 6 not within tolerance (actual 11.0889x, request
8.96678x).
04-05 09:56:07.446 7351 7673 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:56:07.452 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.477 7351 10268 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 7 not within tolerance (actual 40.3505 ms, request
50 ms).
04-05 09:56:07.477 7351 10268 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 7 too high (actual 11.0889x, request 8.96678x).
04-05 09:56:07.477 7351 10268 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 7 not within tolerance (actual 11.0889x, request
8.96678x).
04-05 09:56:07.481 7351 7673 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:56:07.481 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.486 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.515 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.518 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.520 7351 10268 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 8 not within tolerance (actual 40.3505 ms, request
50 ms).
04-05 09:56:07.520 7351 10268 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 8 too high (actual 11.0889x, request 8.96678x).
04-05 09:56:07.520 7351 10268 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 8 not within tolerance (actual 11.0889x, request
8.96678x).
04-05 09:56:07.523 7351 7673 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:56:07.551 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.554 7351 10268 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 9 not within tolerance (actual 40.3505 ms, request
50 ms).
04-05 09:56:07.554 7351 10268 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 9 too high (actual 11.0889x, request 8.96678x).
04-05 09:56:07.554 7351 10268 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 9 not within tolerance (actual 11.0889x, request
8.96678x).
04-05 09:56:07.560 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.562 7351 7673 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:56:07.584 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.599 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.606 7351 10268 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 10 not within tolerance (actual 40.3505 ms, request
50 ms).
04-05 09:56:07.607 7351 10268 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 10 too high (actual 11.0889x, request 8.96678x).
04-05 09:56:07.607 7351 10268 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 10 not within tolerance (actual 11.0889x, request
8.96678x).
04-05 09:56:07.609 7351 7673 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:56:07.617 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.640 7351 10268 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 11 not within tolerance (actual 40.3505 ms, request
50 ms).
04-05 09:56:07.640 7351 10268 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 11 too high (actual 11.0889x, request 8.96678x).
04-05 09:56:07.640 7351 10268 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 11 not within tolerance (actual 11.0889x, request
8.96678x).
04-05 09:56:07.641 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.643 7351 7673 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:56:07.651 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.681 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.683 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.684 7351 10268 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 12 not within tolerance (actual 40.3505 ms, request
50 ms).
04-05 09:56:07.684 7351 10268 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 12 too high (actual 11.0889x, request 8.96678x).
04-05 09:56:07.684 7351 10268 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 12 not within tolerance (actual 11.0889x, request
8.96678x).
04-05 09:56:07.685 7351 7673 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:56:07.709 7351 10268 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 13 not within tolerance (actual 40.3505 ms, request
50 ms).
04-05 09:56:07.709 7351 10268 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 13 too high (actual 11.0889x, request 8.96678x).
04-05 09:56:07.709 7351 10268 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 13 not within tolerance (actual 11.0889x, request
8.96678x).
04-05 09:56:07.710 7351 7673 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:56:07.719 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:56:07.732 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.761 7351 10268 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 14 not within tolerance (actual 40.3505 ms, request
50 ms).
04-05 09:56:07.761 7351 10268 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 14 too high (actual 11.0889x, request 8.96678x).
04-05 09:56:07.761 7351 10268 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 14 not within tolerance (actual 11.0889x, request
8.96678x).
04-05 09:56:07.764 7351 7673 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:56:07.764 7351 7673 W libgcam : [shot_helper.cc:352]:
LogViewfinderAeWarnings: viewfinder_short_tet (0.000ms) is further than expected
from the capture TET (447.443ms). Relative error: 100%.
04-05 09:56:07.764 7351 7673 E libgcam : [shot.cc:2728]: ChooseWbGains:
AwbHdrPlusHelper is null. Using driver AWB from base frame.
04-05 09:56:07.775 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.813 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.834 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:07.853 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:07.854 7351 7443 E native : E0405 09:56:07.853968 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:07.854 7351 7437 E GoLog : E0405 09:56:07.853968 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:07.859 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.870 7351 10212 W libgcam : [shot_helper.cc:202]:
CheckFrameDuration: Unexpected timestamp gap between payload frames 4 and 5 (of
15). Expected 40.4 ms gap; actual gap was 81.7 ms. This could indicate dropped
frames.
04-05 09:56:07.878 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:07.887 7351 7387 I tflite : Replacing 5 node(s) with delegate
(TfLiteXNNPackDelegate) node, yielding 1 partitions.
04-05 09:56:07.887 7351 7437 E GoLog : INFO: Replacing 5 node(s) with delegate
(TfLiteXNNPackDelegate) node, yielding 1 partitions.
04-05 09:56:07.899 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.913 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:07.914 7351 7437 E GoLog : E0405 09:56:07.914122 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:07.914 7351 7443 E native : E0405 09:56:07.914122 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:07.937 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:07.981 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:07.983 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.013 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:08.014 7351 7443 E native : E0405 09:56:08.014663 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:08.014 7351 7437 E GoLog : E0405 09:56:08.014663 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:08.017 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.033 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/* className=com.instagram.share.handleractivity.ShareHandlerActivity
04-05 09:56:08.033 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/*
className=com.instagram.share.handleractivity.ReelShareHandlerActivity
04-05 09:56:08.033 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/*
className=com.instagram.direct.share.handler.DirectExternalMediaShareActivityPhotoI
nterop
04-05 09:56:08.033 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/* className=com.whatsapp.contact.ui.picker.ContactPicker
04-05 09:56:08.034 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/* className=com.linecorp.line.keepmemo.share.os.KeepMemoSaveActivity
04-05 09:56:08.043 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:08.051 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/* className=com.instagram.share.handleractivity.ShareHandlerActivity
04-05 09:56:08.051 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/*
className=com.instagram.share.handleractivity.ReelShareHandlerActivity
04-05 09:56:08.051 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/*
className=com.instagram.direct.share.handler.DirectExternalMediaShareActivityVideoI
nterop
04-05 09:56:08.051 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/* className=com.whatsapp.contact.ui.picker.ContactPicker
04-05 09:56:08.051 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/* className=com.linecorp.line.keepmemo.share.os.KeepMemoSaveActivity
04-05 09:56:08.060 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.068 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:08.068 7351 7443 E native : E0405 09:56:08.068890 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:08.069 7351 7437 E GoLog : E0405 09:56:08.068890 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:08.088 7351 7391 I AppIconSolution: start to load,
pkg=com.instagram.android, bg=126-126, dr=189-189, forDefault=false, density=0
04-05 09:56:08.091 7351 7391 I AppIconSolution: getIconScale,
pkg=com.instagram.android, size=189, iconScale=IconScale[alpha=1, scale=0.62,
isCrop=false]
04-05 09:56:08.091 7351 7391 I AppIconSolution: fromTheme2,
pkg=com.instagram.android, bg=126-126, dr=189-189, tarScale=0.62,
relScale=0.41775402, mask=false, isCropInTheme = false, isNight = true
04-05 09:56:08.097 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.120 7351 7391 I AppIconSolution: start to load,
pkg=com.google.android.youtube, bg=126-126, dr=189-189, forDefault=false, density=0
04-05 09:56:08.126 7351 7391 I AppIconSolution: getIconScale,
pkg=com.google.android.youtube, size=189, iconScale=IconScale[alpha=1, scale=0.62,
isCrop=false]
04-05 09:56:08.126 7351 7391 I AppIconSolution: fromTheme2,
pkg=com.google.android.youtube, bg=126-126, dr=189-189, tarScale=0.62,
relScale=0.41775402, mask=false, isCropInTheme = false, isNight = true
04-05 09:56:08.138 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.150 7351 7391 I AppIconSolution: start to load,
pkg=com.google.android.apps.tachyon, bg=126-126, dr=189-189, forDefault=false,
density=0
04-05 09:56:08.155 7351 7391 I AppIconSolution: getIconScale,
pkg=com.google.android.apps.tachyon, size=189, iconScale=IconScale[alpha=1,
scale=0.62, isCrop=false]
04-05 09:56:08.155 7351 7391 I AppIconSolution: fromTheme2,
pkg=com.google.android.apps.tachyon, bg=126-126, dr=189-189, tarScale=0.62,
relScale=0.41775402, mask=false, isCropInTheme = false, isNight = true
04-05 09:56:08.176 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.179 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:08.199 7351 7356 I eCameraEngR18F1: NativeAlloc concurrent copying GC
freed 4519KB AllocSpace bytes, 2(208KB) LOS objects, 49% free, 21MB/42MB, paused
79us,74us total 102.574ms
04-05 09:56:08.225 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.264 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.283 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:08.284 7351 7443 E native : E0405 09:56:08.284353 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:08.284 7351 7437 E GoLog : E0405 09:56:08.284353 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:08.303 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.329 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:08.344 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.378 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:08.378 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.379 7351 7443 E native : E0405 09:56:08.378945 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:08.379 7351 7437 E GoLog : E0405 09:56:08.378945 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:08.418 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:08.429 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.443 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:08.444 7351 7443 E native : E0405 09:56:08.444256 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:08.444 7351 7437 E GoLog : E0405 09:56:08.444256 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:08.473 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.522 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:08.527 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.554 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:08.556 7351 7443 E native : E0405 09:56:08.556588 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:08.556 7351 7437 E GoLog : E0405 09:56:08.556588 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:08.584 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.600 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:08.621 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.648 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:08.649 7351 7443 E native : E0405 09:56:08.648924 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:08.649 7351 7437 E GoLog : E0405 09:56:08.648924 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:08.680 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.693 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 0
04-05 09:56:08.706 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:08.721 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.761 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:08.762 7351 7443 E native : E0405 09:56:08.762102 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:08.762 7351 7437 E GoLog : E0405 09:56:08.762102 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:08.795 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:08.797 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.834 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.874 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:08.880 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.888 7351 7443 E native : E0405 09:56:08.888026 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:08.888 7351 7437 E GoLog : E0405 09:56:08.888026 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:08.889 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
MSG_WINDOW_FOCUS_CHANGED 0 0
04-05 09:56:08.898 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:08.922 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:08.922 7351 7443 E native : E0405 09:56:08.922362 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:08.923 7351 7437 E GoLog : E0405 09:56:08.922362 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:08.933 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.946 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:08.980 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:08.980 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:08.980 7351 7443 E native : E0405 09:56:08.980560 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:08.980 7351 7437 E GoLog : E0405 09:56:08.980560 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:09.005 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:09.025 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:09.025 7351 7443 E native : E0405 09:56:09.025586 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:09.025 7351 7437 E GoLog : E0405 09:56:09.025586 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:09.031 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:09.070 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:09.097 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:09.114 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:09.115 7351 7443 E native : E0405 09:56:09.115094 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:09.115 7351 7437 E GoLog : E0405 09:56:09.115094 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:09.132 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:09.188 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:09.207 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:09.232 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:09.243 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:09.243 7351 7443 E native : E0405 09:56:09.243724 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:09.250 7351 7437 E GoLog : E0405 09:56:09.243724 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:09.278 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:09.280 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:09.304 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:09.304 7351 7443 E native : E0405 09:56:09.304567 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:09.304 7351 7437 E GoLog : E0405 09:56:09.304567 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:09.326 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:09.349 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:09.369 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:09.369 7351 7443 E native : E0405 09:56:09.369239 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:09.372 7351 7437 E GoLog : E0405 09:56:09.369239 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:09.380 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:09.410 7351 10282 I tflite : Replacing 975 node(s) with delegate
(TfLiteGpuDelegate_New) node, yielding 1 partitions.
04-05 09:56:09.410 7351 7437 E GoLog : INFO: Replacing 975 node(s) with
delegate (TfLiteGpuDelegate_New) node, yielding 1 partitions.
04-05 09:56:09.427 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:09.452 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:09.466 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:09.466 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:09.466 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:09.466 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:09.467 7351 7351 D CameraManager2: GotArray:0
04-05 09:56:09.467 7351 7351 D CameraManager2: GotArray:1
04-05 09:56:09.467 7351 7351 D CameraManager2: GotArray:2
04-05 09:56:09.467 7351 7351 D CameraManager2: GotArray:3
04-05 09:56:09.468 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=false
04-05 09:56:09.475 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals params={(0,0)(fillxfill) sim={state=always_hidden adjust=pan}
layoutInDisplayCutoutMode=shortEdges ty=BASE_APPLICATION fmt=TRANSLUCENT
wanim=0x1030309 rotAnim=SEAMLESS
04-05 09:56:09.475 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810500
04-05 09:56:09.475 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 09:56:09.475 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 09:56:09.475 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 09:56:09.475 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 09:56:09.475 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 09:56:09.476 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals mFirst=false windowShouldResize=false viewVisibilityChanged=false
mForceNextWindowRelayout=false params={(0,0)(fillxfill) sim={state=always_hidden
adjust=pan} layoutInDisplayCutoutMode=shortEdges ty=BASE_APPLICATION
fmt=TRANSLUCENT wanim=0x1030309 rotAnim=SEAMLESS
04-05 09:56:09.476 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810500
04-05 09:56:09.476 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 09:56:09.476 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 09:56:09.476 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 09:56:09.476 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 09:56:09.476 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 09:56:09.484 7351 10247 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:56:09.484 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:56:09.484 7351 10247 W CAM_A : LONG_EXPOSURE > result sensor delay =
1,49 > 1,10
04-05 09:56:09.487 7351 7443 E native : E0405 09:56:09.487493 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:09.489 7351 7437 E GoLog : E0405 09:56:09.487493 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:56:09.491 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
updateBlastSurfaceIfNeeded mBlastBufferQueue=0x73a4b66c00 isSameSurfaceControl=true
04-05 09:56:09.491 7351 7351 I BLASTBufferQueue: update, w= 1080 h= 2400 mName =
ViewRootImpl@b5912af[CameraLauncher] mNativeObject= 0x73a4b66c00 sc.mNativeObject=
0x73235047a0 format= -3 caller=
android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:2898
android.view.ViewRootImpl.relayoutWindow:9847
android.view.ViewRootImpl.performTraversals:3884
android.view.ViewRootImpl.doTraversal:3116
android.view.ViewRootImpl$TraversalRunnable.run:10885
android.view.Choreographer$CallbackRecord.run:1301
04-05 09:56:09.492 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Relayout
returned: old=(0,0,1080,2400) new=(0,0,1080,2400) req=(1080,2400)0 dur=15 res=0x2
s={true 0x7317452800} ch=false seqId=0
04-05 09:56:09.493 7351 7381 D OpenGLRenderer: setSurface() destroyed EGLSurface
04-05 09:56:09.493 7351 7381 D OpenGLRenderer: destroyEglSurface
04-05 09:56:09.494 7351 7381 D OpenGLRenderer: eglCreateWindowSurface
04-05 09:56:09.501 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
mThreadedRenderer.updateSurface() mSurface={isValid=true 0x7317452800}
04-05 09:56:09.501 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
updateBoundsLayer: t = android.view.SurfaceControl$Transaction@f8c355b sc =
Surface(name=Bounds for -
com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher@2)/
@0x1841ab9 frame = 309
04-05 09:56:09.502 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x7317319900 mBlastBufferQueue=0x73a4b66c00 fn= 309 caller=
android.view.ViewRootImpl.prepareSurfaces:2985
android.view.ViewRootImpl.performTraversals:4233
android.view.ViewRootImpl.doTraversal:3116
04-05 09:56:09.505 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleAppVisibility mAppVisible = true visible = false
04-05 09:56:09.505 7351 7351 I SurfaceView@3ff93eb: onWindowVisibilityChanged(8)
false android.view.SurfaceView{3ff93eb V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:56:09.505 7351 7351 I SurfaceView@3ff93eb: Changes: creating=false
format=false size=false visible=true alpha=false hint=false mUseAlpha=false
visible=true left=false top=false
04-05 09:56:09.505 7351 7351 I SurfaceView@3ff93eb: 67081195 Cur surface:
Surface(name=null)/@0x9682437
04-05 09:56:09.506 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x7398072900
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:56:09.506 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x7398072900android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
android.view.View.dispatchWindowVisibilityChanged:15943
04-05 09:56:09.506 7351 7351 I SurfaceView@3ff93eb: surfaceDestroyed
04-05 09:56:09.506 7351 7351 I SurfaceView@3ff93eb: surfaceDestroyed
callback.size 2 #2 android.view.SurfaceView{3ff93eb V.E...... ........ 0,0-
1080,1920}
04-05 09:56:09.509 7351 7351 I SurfaceView@3ff93eb: updateSurface: mVisible =
false mSurface.isValid() = true
04-05 09:56:09.509 7351 7351 I SurfaceView@3ff93eb: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:56:09.509 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x730a463500
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:1172
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:56:09.509 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:56:09.509 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x730a463500
04-05 09:56:09.509 7351 7351 V SurfaceView@3ff93eb: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 09:56:09.514 7351 7393 D SensorManager: unregisterListener
04-05 09:56:09.516 7351 7381 D SurfaceView@3ff93eb: windowPositionLost, frameNr =
0
04-05 09:56:09.516 7351 7381 D OpenGLRenderer: setSurface called with nullptr
04-05 09:56:09.516 7351 7381 D OpenGLRenderer: setSurface() destroyed EGLSurface
04-05 09:56:09.516 7351 7381 D OpenGLRenderer: destroyEglSurface
04-05 09:56:09.517 7351 10268 E native : E0405 09:56:09.517382 10268
jni_environment.cc:81] Failed to detach current thread from the JVM.
JavaVM::DetachCurrentThread returned: -1
04-05 09:56:09.517 7351 7437 E GoLog : E0405 09:56:09.517382 10268
jni_environment.cc:81] Failed to detach current thread from the JVM.
JavaVM::DetachCurrentThread returned: -1
04-05 09:56:09.521 7351 7393 D SensorManager: unregisterListener
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: Retrieving snapshot for
com.google.android.apps.camera#com.google.android.GoogleCameraEngR18F1 failed
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter:
java.util.concurrent.ExecutionException: java.lang.SecurityException:
GoogleCertificatesRslt: not allowed: pkg=com.google.android.GoogleCameraEngR18F1,
sha256=[a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc],
atk=false, ver=251134029.true (go/gsrlt)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at mip.fb(Unknown
Source:27)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at mip.cd(Unknown
Source:63)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at kuc.c(Unknown
Source:12)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at kuc.e(Unknown
Source:35)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at kuc.b(Unknown
Source:1)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at gvh.a(Unknown
Source:35)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at gvj.run(Unknown
Source:9)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at law.run(Unknown
Source:2)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at pio.a(Unknown
Source:2)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at phs.run(Unknown
Source:20)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at pip.run(Unknown
Source:4)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledT
hreadPoolExecutor.java:307)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at lbh.run(Unknown
Source:2)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at lbg.run(Unknown
Source:0)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at
java.lang.Thread.run(Thread.java:1012)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at lab.run(Unknown
Source:5)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: Caused by:
java.lang.SecurityException: GoogleCertificatesRslt: not allowed:
pkg=com.google.android.GoogleCameraEngR18F1,
sha256=[a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc],
atk=false, ver=251134029.true (go/gsrlt)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at
android.os.Parcel.createExceptionOrNull(Parcel.java:3023)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at
android.os.Parcel.createException(Parcel.java:3007)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at
android.os.Parcel.readException(Parcel.java:2990)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at
android.os.Parcel.readException(Parcel.java:2932)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at bmn.z(Unknown
Source:10)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at ktz.a(Unknown
Source:38)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at kjd.f(Unknown
Source:10)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at kkc.t(Unknown
Source:9)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at kkc.u(Unknown
Source:22)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at kkc.e(Unknown
Source:15)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at
kkg.handleMessage(Unknown Source:920)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at
android.os.Handler.dispatchMessage(Handler.java:102)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at ksg.b(Unknown
Source:0)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at
ksg.dispatchMessage(Unknown Source:0)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at
android.os.Looper.loopOnce(Looper.java:226)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at
android.os.Looper.loop(Looper.java:313)
04-05 09:56:09.528 7351 7387 E PhenotypeFlagCommitter: at
android.os.HandlerThread.run(HandlerThread.java:67)
04-05 09:56:09.529 7351 7364 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#10(BLAST Consumer)10](id:1cb700000017,api:4,p:1347,c:7351) queueBuffer:
BufferQueue has been abandoned
04-05 09:56:09.533 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=false
04-05 09:56:09.535 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals mFirst=false windowShouldResize=false viewVisibilityChanged=true
mForceNextWindowRelayout=false params={(0,0)(fillxfill) sim={state=always_hidden
adjust=pan} layoutInDisplayCutoutMode=shortEdges ty=BASE_APPLICATION
fmt=TRANSLUCENT wanim=0x1030309 rotAnim=SEAMLESS sysuil=true
04-05 09:56:09.535 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810500
04-05 09:56:09.535 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 09:56:09.535 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 09:56:09.535 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 09:56:09.535 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 09:56:09.535 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 09:56:09.536 7351 7364 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#10(BLAST Consumer)10](id:1cb700000017,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:56:09.540 7351 7364 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#10(BLAST Consumer)10](id:1cb700000017,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:56:09.542 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Relayout
returned: old=(0,0,1080,2400) new=(0,0,1080,2400) req=(1080,2400)8 dur=6 res=0x2
s={false 0x0} ch=true seqId=0
04-05 09:56:09.542 7351 7351 D SurfaceView@3ff93eb: updateSurface: surface is not
valid
04-05 09:56:09.542 7351 7351 I SurfaceView@3ff93eb: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:56:09.542 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7317463d00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998 android.view.SurfaceView.setFrame:525
04-05 09:56:09.542 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:56:09.542 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7317463d00
04-05 09:56:09.543 7351 7351 I SurfaceView@3ff93eb: windowStopped(true) false
android.view.SurfaceView{3ff93eb V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:56:09.543 7351 7351 D SurfaceView@3ff93eb: updateSurface: surface is not
valid
04-05 09:56:09.543 7351 7351 I SurfaceView@3ff93eb: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:56:09.543 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x730a463700
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.setWindowStopped:335
04-05 09:56:09.543 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:56:09.543 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x730a463700
04-05 09:56:09.543 7351 7351 D SurfaceView@3ff93eb: updateSurface: surface is not
valid
04-05 09:56:09.543 7351 7351 I SurfaceView@3ff93eb: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:56:09.543 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x730a525b00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:56:09.543 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:56:09.543 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x730a525b00
04-05 09:56:09.545 7351 7351 D InputTransport: Input channel destroyed:
'ClientS', fd=136
04-05 09:56:09.547 7351 7351 D SurfaceView@3ff93eb: updateSurface: surface is not
valid
04-05 09:56:09.547 7351 7351 I SurfaceView@3ff93eb: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:56:09.556 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x730a525e00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:56:09.556 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:56:09.556 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x730a525e00
04-05 09:56:09.556 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
stopped(true) old = false
04-05 09:56:09.556 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
WindowStopped on
com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher set to
true
04-05 09:56:09.557 7351 7360 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#10(BLAST Consumer)10](id:1cb700000017,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:56:09.562 7351 7351 D SensorManager: unregisterListener
04-05 09:56:09.562 7351 7351 W CAM_A : Duplicate call to stopModule; skipping
stop.
04-05 09:56:09.566 7351 7351 I MSHandlerLifeCycle: removeMultiSplitHandler: no
exist. decor=DecorView@b927932[CameraLauncher]
04-05 09:56:09.567 7351 7351 D SurfaceView@3ff93eb: updateSurface: surface is not
valid
04-05 09:56:09.567 7351 7351 I SurfaceView@3ff93eb: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:56:09.567 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x72c1895300
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:56:09.567 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:56:09.567 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x72c1895300
04-05 09:56:09.567 7351 7360 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#10(BLAST Consumer)10](id:1cb700000017,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:56:09.577 7351 7360 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#10(BLAST Consumer)10](id:1cb700000017,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:56:09.578 7351 7360 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#10(BLAST Consumer)10](id:1cb700000017,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:56:09.579 7351 7360 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_IDLE for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:56:09.836 7351 7351 D SurfaceView@3ff93eb: updateSurface: surface is not
valid
04-05 09:56:09.836 7351 7351 I SurfaceView@3ff93eb: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:56:09.837 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x72c1895400
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:56:09.837 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:56:09.837 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x72c1895400
04-05 09:56:09.857 7351 10226 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:56:10.175 7351 7351 W CAM_A : Placeholder drawable removed:
key=ShotId-3 evicted=false
04-05 09:56:10.336 7351 7351 D SurfaceView@3ff93eb: updateSurface: surface is not
valid
04-05 09:56:10.336 7351 7351 I SurfaceView@3ff93eb: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:56:10.336 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x72c1895500
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:56:10.336 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:56:10.336 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x72c1895500
04-05 09:56:11.510 7351 10247 E CAM_PckLongExposureCmd: Error retrieving metadata,
ignoring frame
04-05 09:57:18.646 7351 7351 D SurfaceView@3ff93eb: updateSurface: surface is not
valid
04-05 09:57:18.646 7351 7351 I SurfaceView@3ff93eb: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:57:18.646 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7398078600
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:57:18.646 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:57:18.646 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7398078600
04-05 09:57:23.342 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleAppVisibility mAppVisible = false visible = true
04-05 09:57:23.346 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
stopped(false) old = true
04-05 09:57:23.346 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
WindowStopped on
com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher set to
false
04-05 09:57:23.353 7351 7351 D CameraManager2: GotArray:0
04-05 09:57:23.353 7351 7351 D CameraManager2: GotArray:1
04-05 09:57:23.353 7351 7351 D CameraManager2: GotArray:2
04-05 09:57:23.353 7351 7351 D CameraManager2: GotArray:3
04-05 09:57:23.358 7351 7351 D CameraManager2: GotArray:0
04-05 09:57:23.358 7351 7351 D CameraManager2: GotArray:1
04-05 09:57:23.358 7351 7351 D CameraManager2: GotArray:2
04-05 09:57:23.358 7351 7351 D CameraManager2: GotArray:3
04-05 09:57:23.361 7351 7351 D CameraManager2: GotArray:0
04-05 09:57:23.361 7351 7351 D CameraManager2: GotArray:1
04-05 09:57:23.361 7351 7377 D SensorManager: registerListener :: 111, Rotation
Vector Non-wakeup, 200000, 0,
04-05 09:57:23.361 7351 7351 D CameraManager2: GotArray:2
04-05 09:57:23.361 7351 7351 D CameraManager2: GotArray:3
04-05 09:57:23.363 7351 7351 D CameraManager2: GotArray:0
04-05 09:57:23.363 7351 7351 D CameraManager2: GotArray:1
04-05 09:57:23.363 7351 7351 D CameraManager2: GotArray:2
04-05 09:57:23.363 7351 7351 D CameraManager2: GotArray:3
04-05 09:57:23.363 7351 7398 I CameraManager: registerAvailabilityCallback: Is
device callback = false
04-05 09:57:23.363 7351 7398 I CameraManagerGlobal: postSingleUpdate device:
camera id 0 status STATUS_PRESENT
04-05 09:57:23.363 7351 7398 I CameraManagerGlobal: postSingleUpdate device:
camera id 1 status STATUS_PRESENT
04-05 09:57:23.363 7351 7398 I CameraManagerGlobal: postSingleUpdate device:
camera id 2 status STATUS_PRESENT
04-05 09:57:23.363 7351 7398 I CameraManagerGlobal: postSingleUpdate device:
camera id 3 status STATUS_PRESENT
04-05 09:57:23.378 7351 7351 I MSHandlerLifeCycle: removeMultiSplitHandler: no
exist. decor=DecorView@b927932[CameraLauncher]
04-05 09:57:23.378 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
stopped(false) old = false
04-05 09:57:23.379 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=true
04-05 09:57:23.380 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=true
04-05 09:57:23.380 7351 7351 I MSHandlerLifeCycle: removeMultiSplitHandler: no
exist. decor=DecorView@b927932[CameraLauncher]
04-05 09:57:23.381 7351 7351 I SurfaceView@3ff93eb: onWindowVisibilityChanged(0)
false android.view.SurfaceView{3ff93eb V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:57:23.381 7351 7351 D SurfaceView@3ff93eb: updateSurface: surface is not
valid
04-05 09:57:23.381 7351 7351 I SurfaceView@3ff93eb: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:57:23.381 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7398078900
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:57:23.381 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:57:23.381 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = false t =
0x7398078900android.view.ViewRootImpl.applyTransactionOnDrawFromReleaseSurfaces:128
50 android.view.SurfaceView.applyTransactionOnVriDraw:2046
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:57:23.383 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=true
04-05 09:57:23.383 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals params={(0,0)(fillxfill) sim={state=always_hidden adjust=pan
forwardNavigation} layoutInDisplayCutoutMode=shortEdges ty=BASE_APPLICATION
fmt=TRANSLUCENT wanim=0x1030309 rotAnim=SEAMLESS sysuil=true
04-05 09:57:23.383 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810580
04-05 09:57:23.383 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 09:57:23.383 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 09:57:23.383 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 09:57:23.383 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 09:57:23.383 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 09:57:23.384 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals mFirst=false windowShouldResize=false viewVisibilityChanged=true
mForceNextWindowRelayout=false params={(0,0)(fillxfill) sim={state=always_hidden
adjust=pan forwardNavigation} layoutInDisplayCutoutMode=shortEdges
ty=BASE_APPLICATION fmt=TRANSLUCENT wanim=0x1030309 rotAnim=SEAMLESS sysuil=true
04-05 09:57:23.384 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810580
04-05 09:57:23.384 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 09:57:23.384 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 09:57:23.384 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 09:57:23.384 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 09:57:23.384 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 09:57:23.385 7351 8034 I CameraManagerGlobal: postSingleUpdate device:
camera id 0 status STATUS_NOT_AVAILABLE
04-05 09:57:23.394 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl.relayoutWindow:9802
04-05 09:57:23.395 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
updateBlastSurfaceIfNeeded mBlastBufferQueue=null isSameSurfaceControl=false
04-05 09:57:23.396 7351 7351 I BLASTBufferQueue: new BLASTBufferQueue, mName=
ViewRootImpl@b5912af[CameraLauncher] mNativeObject= 0x73039c2a80 sc.mNativeObject=
0x7323501f00 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:2909
android.view.ViewRootImpl.relayoutWindow:9847
android.view.ViewRootImpl.performTraversals:3884
android.view.ViewRootImpl.doTraversal:3116
android.view.ViewRootImpl$TraversalRunnable.run:10885
android.view.Choreographer$CallbackRecord.run:1301
android.view.Choreographer$CallbackRecord.run:1309
android.view.Choreographer.doCallbacks:923 android.view.Choreographer.doFrame:852
android.view.Choreographer$FrameDisplayEventReceiver.run:1283
04-05 09:57:23.396 7351 7351 I BLASTBufferQueue: update, w= 1080 h= 2400 mName =
ViewRootImpl@b5912af[CameraLauncher] mNativeObject= 0x73039c2a80 sc.mNativeObject=
0x7323501f00 format= -3 caller= android.graphics.BLASTBufferQueue.<init>:84
android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:2909
android.view.ViewRootImpl.relayoutWindow:9847
android.view.ViewRootImpl.performTraversals:3884
android.view.ViewRootImpl.doTraversal:3116
android.view.ViewRootImpl$TraversalRunnable.run:10885
04-05 09:57:23.396 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Relayout
returned: old=(0,0,1080,2400) new=(0,0,1080,2400) req=(1080,2400)0 dur=11 res=0x3
s={true 0x7317452800} ch=true seqId=0
04-05 09:57:23.398 7351 7391 D SensorManager: registerListener :: 11, LSM6DSL
Accelerometer, 200000, 0,
04-05 09:57:23.398 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
mThreadedRenderer.initialize() mSurface={isValid=true 0x7317452800}
hwInitialized=true
04-05 09:57:23.398 7351 7381 D OpenGLRenderer: eglCreateWindowSurface
04-05 09:57:23.403 7351 7351 I SurfaceView@3ff93eb: Changes: creating=false
format=false size=false visible=false alpha=false hint=false mUseAlpha=false
visible=false left=false top=false
04-05 09:57:23.404 7351 7351 I SurfaceView@3ff93eb: windowStopped(false) true
android.view.SurfaceView{3ff93eb V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:57:23.404 7351 7351 I SurfaceView@3ff93eb: Changes: creating=true
format=false size=false visible=true alpha=false hint=false mUseAlpha=false
visible=true left=false top=false
04-05 09:57:23.405 7351 7360 I ViewRootImpl@b5912af[CameraLauncher]: Resizing
android.view.ViewRootImpl@3e80ab5: frame = [0,0][1080,2400] reportDraw = true
forceLayout = false syncSeqId = 0
04-05 09:57:23.406 7351 8034 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_OPEN for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:57:23.407 7351 7351 I BLASTBufferQueue: update, w= 1920 h= 1080 mName =
null mNativeObject= 0x72c18c3600 sc.mNativeObject= 0x73236ed4c0 format= 4 caller=
android.view.SurfaceView.createBlastSurfaceControls:1383
android.view.SurfaceView.updateSurface:1079
android.view.SurfaceView.setWindowStopped:335
android.view.SurfaceView.surfaceCreated:1853
android.view.ViewRootImpl.notifySurfaceCreated:2820
android.view.ViewRootImpl.performTraversals:4293
04-05 09:57:23.407 7351 7351 I SurfaceView@3ff93eb: 67081195 Cur surface:
Surface(name=null)/@0x9682437
04-05 09:57:23.407 7351 7351 I SurfaceView@3ff93eb: pST: sr = Rect(0, 207 - 1080,
2127) sw = 1920 sh = 1080
04-05 09:57:23.407 7351 7351 D SurfaceView@3ff93eb: performSurfaceTransaction
RenderWorker position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 09:57:23.408 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x7398078d00
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.setWindowStopped:335
04-05 09:57:23.408 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x7398078d00android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.setWindowStopped:335
android.view.SurfaceView.surfaceCreated:1853
04-05 09:57:23.408 7351 7351 I SurfaceView@3ff93eb: updateSurface: mVisible =
true mSurface.isValid() = true
04-05 09:57:23.408 7351 7351 I SurfaceView@3ff93eb: updateSurface:
mSurfaceCreated = false surfaceChanged = true visibleChanged = true
04-05 09:57:23.408 7351 7351 I SurfaceView@3ff93eb: visibleChanged --
surfaceCreated
04-05 09:57:23.408 7351 7351 I SurfaceView@3ff93eb: surfaceCreated 2 #1
android.view.SurfaceView{3ff93eb V.E...... ........ 0,0-1080,1920}
04-05 09:57:23.408 7351 7351 I SurfaceView@3ff93eb: surfaceChanged -- format=4
w=1920 h=1080
04-05 09:57:23.408 7351 7351 I SurfaceView@3ff93eb: surfaceChanged (1920,1080) 2
#1 android.view.SurfaceView{3ff93eb V.E...... ........ 0,0-1080,1920}
04-05 09:57:23.408 7351 7351 I SurfaceView@3ff93eb: surfaceRedrawNeeded
04-05 09:57:23.408 7351 7351 V SurfaceView@3ff93eb: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 09:57:23.408 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
reportNextDraw android.view.ViewRootImpl.performTraversals:4438
android.view.ViewRootImpl.doTraversal:3116
android.view.ViewRootImpl$TraversalRunnable.run:10885
android.view.Choreographer$CallbackRecord.run:1301
android.view.Choreographer$CallbackRecord.run:1309
04-05 09:57:23.409 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Setup new
sync id=6
04-05 09:57:23.409 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Setting
syncFrameCallback
04-05 09:57:23.409 7351 7351 E SurfaceSyncer: Failed to find sync for id=0
04-05 09:57:23.409 7351 7351 E SurfaceSyncer: Failed to find sync for id=1
04-05 09:57:23.409 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
registerCallbacksForSync syncBuffer=false
04-05 09:57:23.423 7351 7424 D SurfaceView@3ff93eb: updateSurfacePosition
RenderWorker, frameNr = 1, position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 09:57:23.423 7351 7424 I SurfaceView@3ff93eb: uSP: rtp = Rect(0, 207 -
1080, 2127) rtsw = 1920 rtsh = 1080
04-05 09:57:23.423 7351 7424 I SurfaceView@3ff93eb: onSSPAndSRT: pl = 0 pt = 207
sx = 0.5625 sy = 1.7777778
04-05 09:57:23.423 7351 7424 I SurfaceView@3ff93eb: aOrMT:
ViewRootImpl@b5912af[CameraLauncher] t =
android.view.SurfaceControl$Transaction@301620c fN = 1 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
android.graphics.RenderNode$CompositePositionUpdateListener.positionChanged:373
04-05 09:57:23.423 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x7398078e00 mBlastBufferQueue=0x73039c2a80 fn= 1 caller=
android.view.SurfaceView.applyOrMergeTransaction:1455 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
04-05 09:57:23.431 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x7398072900 mBlastBufferQueue=0x73039c2a80 fn= 1 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:57:23.431 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x7398078d00 mBlastBufferQueue=0x73039c2a80 fn= 1 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:57:23.431 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: Received
frameDrawingCallback syncResult=0 frameNum=1.
04-05 09:57:23.431 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: Setting up
sync and frameCommitCallback
04-05 09:57:23.446 7351 7381 I BLASTBufferQueue:
[ViewRootImpl@b5912af[CameraLauncher]#11](f:0,a:0) onFrameAvailable the first frame
is available
04-05 09:57:23.447 7351 7381 I ViewRootImpl@b5912af[CameraLauncher]: Received
frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
04-05 09:57:23.447 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
onSyncComplete
04-05 09:57:23.447 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: setupSync
seqId=0 mSyncId=6 fn=1 caller=android.view.ViewRootImpl$
$ExternalSyntheticLambda11.accept:6
android.window.SurfaceSyncer.lambda$setupSync$1$android-window-SurfaceSyncer:128
android.window.SurfaceSyncer$$ExternalSyntheticLambda1.accept:8
android.window.SurfaceSyncer$SyncSet.checkIfSyncIsComplete:382
android.window.SurfaceSyncer$SyncSet.markSyncReady:359
android.window.SurfaceSyncer.markSyncReady:151
android.view.ViewRootImpl.performTraversals:4503
04-05 09:57:23.448 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
reportDrawFinished seqId=0 mSyncId=-1 fn=1 mSurfaceChangedTransaction=0x7317319b00
04-05 09:57:23.455 7351 7351 I SurfaceView@3ff93eb: onWindowVisibilityChanged(8)
false android.view.SurfaceView{3ff93eb V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:57:23.456 7351 7351 I SurfaceView@3ff93eb: Changes: creating=false
format=false size=false visible=true alpha=false hint=false mUseAlpha=false
visible=true left=false top=false
04-05 09:57:23.456 7351 7351 I SurfaceView@3ff93eb: 67081195 Cur surface:
Surface(name=null)/@0x9682437
04-05 09:57:23.456 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x73980c1900
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:57:23.456 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x73980c1900android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
android.view.View.dispatchDetachedFromWindow:22529
04-05 09:57:23.456 7351 7351 I SurfaceView@3ff93eb: surfaceDestroyed
04-05 09:57:23.457 7351 7351 I SurfaceView@3ff93eb: surfaceDestroyed
callback.size 1 #2 android.view.SurfaceView{3ff93eb V.E...... ........ 0,0-
1080,1920}
04-05 09:57:23.457 7351 7351 I SurfaceView@3ff93eb: updateSurface: mVisible =
false mSurface.isValid() = true
04-05 09:57:23.457 7351 7351 I SurfaceView@3ff93eb: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:57:23.457 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x73236cd000
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:1172
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:57:23.457 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:57:23.458 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x73236cd000android.view.ViewRootImpl.applyTransactionOnDrawFromReleaseSurfaces:128
50 android.view.SurfaceView.applyTransactionOnVriDraw:2046
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:1172
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:57:23.458 7351 7351 V SurfaceView@3ff93eb: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 09:57:23.458 7351 7351 I SurfaceView@3ff93eb: onDetachedFromWindow:
tryReleaseSurfaces()
04-05 09:57:23.458 7351 7351 I SurfaceView@3ff93eb: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:57:23.458 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x73236cd100
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.onDetachedFromWindow:500
android.view.View.dispatchDetachedFromWindow:22538
04-05 09:57:23.458 7351 7351 I SurfaceView@3ff93eb: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:57:23.458 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x73236cd100android.view.ViewRootImpl.applyTransactionOnDrawFromReleaseSurfaces:128
50 android.view.SurfaceView.applyTransactionOnVriDraw:2046
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.onDetachedFromWindow:500
android.view.View.dispatchDetachedFromWindow:22538
04-05 09:57:23.459 7351 7351 D SurfaceView@7d69640: setFixedSize -1x-1 ->
1920x1080
04-05 09:57:23.459 7351 7351 I SurfaceView@7d69640: onWindowVisibilityChanged(0)
true android.view.SurfaceView{7d69640 V.E...... ......I. 0,0-0,0} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:57:23.459 7351 7351 D SurfaceView@7d69640: updateSurface: has no frame
04-05 09:57:23.466 7351 7351 D SurfaceView@7d69640: updateSurface: has no frame
04-05 09:57:23.467 7351 7351 I SurfaceView@7d69640: Changes: creating=true
format=true size=true visible=true alpha=false hint=false mUseAlpha=false
visible=true left=true top=true
04-05 09:57:23.471 7351 7351 I BLASTBufferQueue: update, w= 1920 h= 1080 mName =
null mNativeObject= 0x73171e2f00 sc.mNativeObject= 0x7317203fe0 format= 4 caller=
android.view.SurfaceView.createBlastSurfaceControls:1383
android.view.SurfaceView.updateSurface:1079
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
android.view.SurfaceView$$ExternalSyntheticLambda5.onPreDraw:2
android.view.ViewTreeObserver.dispatchOnPreDraw:1121
android.view.ViewRootImpl.performTraversals:4442
04-05 09:57:23.472 7351 7351 I SurfaceView@7d69640: 131503680 Cur surface:
Surface(name=null)/@0x553631f
04-05 09:57:23.472 7351 7351 I SurfaceView@7d69640: pST: sr = Rect(0, 207 - 1080,
2127) sw = 1920 sh = 1080
04-05 09:57:23.472 7351 7351 D SurfaceView@7d69640: performSurfaceTransaction
RenderWorker position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 09:57:23.472 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x73171c8100
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:57:23.472 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x73171c8100android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
android.view.SurfaceView$$ExternalSyntheticLambda5.onPreDraw:2
04-05 09:57:23.472 7351 7351 I SurfaceView@7d69640: updateSurface: mVisible =
true mSurface.isValid() = true
04-05 09:57:23.472 7351 7351 I SurfaceView@7d69640: updateSurface:
mSurfaceCreated = false surfaceChanged = true visibleChanged = true
04-05 09:57:23.472 7351 7351 I SurfaceView@7d69640: visibleChanged --
surfaceCreated
04-05 09:57:23.473 7351 7351 I SurfaceView@7d69640: surfaceCreated 2 #8
android.view.SurfaceView{7d69640 V.E...... ......ID 0,0-1080,1920}
04-05 09:57:23.473 7351 7351 I SurfaceView@7d69640: surfaceChanged -- format=4
w=1920 h=1080
04-05 09:57:23.473 7351 7351 I SurfaceView@7d69640: surfaceChanged (1920,1080) 2
#8 android.view.SurfaceView{7d69640 V.E...... ......ID 0,0-1080,1920}
04-05 09:57:23.473 7351 7351 I SurfaceView@7d69640: surfaceRedrawNeeded
04-05 09:57:23.473 7351 7351 V SurfaceView@7d69640: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 09:57:23.474 7351 7381 D SurfaceView@3ff93eb: windowPositionLost, frameNr =
2
04-05 09:57:23.475 7351 7424 D SurfaceView@7d69640: updateSurfacePosition
RenderWorker, frameNr = 2, position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 09:57:23.475 7351 7424 I SurfaceView@7d69640: uSP: rtp = Rect(0, 207 -
1080, 2127) rtsw = 1920 rtsh = 1080
04-05 09:57:23.475 7351 7424 I SurfaceView@7d69640: onSSPAndSRT: pl = 0 pt = 207
sx = 0.5625 sy = 1.7777778
04-05 09:57:23.475 7351 7424 I SurfaceView@7d69640: aOrMT:
ViewRootImpl@b5912af[CameraLauncher] t =
android.view.SurfaceControl$Transaction@de700ca fN = 2 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
android.graphics.RenderNode$CompositePositionUpdateListener.positionChanged:373
04-05 09:57:23.475 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73171c8200 mBlastBufferQueue=0x73039c2a80 fn= 2 caller=
android.view.SurfaceView.applyOrMergeTransaction:1455 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
04-05 09:57:23.475 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73980c1900 mBlastBufferQueue=0x73039c2a80 fn= 2 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:57:23.475 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73236cd000 mBlastBufferQueue=0x73039c2a80 fn= 2 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:57:23.475 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73236cd100 mBlastBufferQueue=0x73039c2a80 fn= 2 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:57:23.475 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73171c8100 mBlastBufferQueue=0x73039c2a80 fn= 2 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 09:57:23.478 7351 7398 W CAM_SimpleReqProcessor: Failed to add Stream-20 to
CaptureRequest for Request-214. The surface (null) was not valid.
04-05 09:57:23.480 7351 7393 D SensorManager: registerListener :: 41, LSM6DSL
Gyroscope, 0, 0,
04-05 09:57:23.481 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6740
04-05 09:57:23.482 7351 7351 D InsetsController: controlAnimationUnchecked: Added
types=1 animType=1
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.InsetsController.applyAnimation:1576
android.view.InsetsController.applyAnimation:1557
android.view.InsetsController.onControlsChanged:995
04-05 09:57:23.482 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=false, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6727
04-05 09:57:23.483 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleResized, msg = 5 frames=ClientWindowFrames{frame=[0,0][1080,2400]
display=[0,0][1080,2400] parentFrame=[0,0][0,0] parentClippedByDisplayCutout=false}
forceNextWindowRelayout=false displayId=0 resizeMode=-1 frameChanged=false
displayFrameChanged=false configChanged=false displayChanged=false
04-05 09:57:23.483 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleResized mSyncSeqId = 0
04-05 09:57:23.483 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
reportNextDraw android.view.ViewRootImpl.handleResized:2450
android.view.ViewRootImpl.-$$Nest$mhandleResized:0
android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6728
android.view.ViewRootImpl$ViewRootHandler.handleMessage:6697
android.os.Handler.dispatchMessage:106
04-05 09:57:23.483 7351 7351 I SurfaceView@3ff93eb: finishedDrawing
04-05 09:57:23.485 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Setup new
sync id=7
04-05 09:57:23.485 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Setting
syncFrameCallback
04-05 09:57:23.485 7351 7351 E SurfaceSyncer: Failed to find sync for id=0
04-05 09:57:23.485 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
registerCallbacksForSync syncBuffer=false
04-05 09:57:23.487 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: Received
frameDrawingCallback syncResult=0 frameNum=3.
04-05 09:57:23.487 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: Setting up
sync and frameCommitCallback
04-05 09:57:23.489 7351 7393 W CAM_SimpleReqProcessor: Failed to add Stream-20 to
CaptureRequest for Request-215. The surface (null) was not valid.
04-05 09:57:23.490 7351 8034 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_ACTIVE for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:57:23.490 7351 7381 I ViewRootImpl@b5912af[CameraLauncher]: Received
frameCommittedCallback lastAttemptedDrawFrameNum=3 didProduceBuffer=true
04-05 09:57:23.491 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
onSyncComplete
04-05 09:57:23.491 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: setupSync
seqId=0 mSyncId=7 fn=3 caller=android.view.ViewRootImpl$
$ExternalSyntheticLambda11.accept:6
android.window.SurfaceSyncer.lambda$setupSync$1$android-window-SurfaceSyncer:128
android.window.SurfaceSyncer$$ExternalSyntheticLambda1.accept:8
android.window.SurfaceSyncer$SyncSet.checkIfSyncIsComplete:382
android.window.SurfaceSyncer$SyncSet.markSyncReady:359
android.window.SurfaceSyncer.markSyncReady:151
android.view.ViewRootImpl.performTraversals:4503
04-05 09:57:23.491 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
reportDrawFinished seqId=0 mSyncId=-1 fn=3 mSurfaceChangedTransaction=0x7317319b00
04-05 09:57:23.491 7351 7351 I SurfaceView@7d69640: finishedDrawing
04-05 09:57:23.491 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
MSG_WINDOW_FOCUS_CHANGED 1 0
04-05 09:57:23.491 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0x7317452800}
04-05 09:57:23.493 7351 7351 D InputMethodManager: startInputInner - Id : 0
04-05 09:57:23.493 7351 7351 I InputMethodManager: startInputInner -
mService.startInputOrWindowGainedFocus
04-05 09:57:23.519 7351 7393 W CAM_SimpleReqProcessor: Failed to add Stream-20 to
CaptureRequest for Request-216. The surface (null) was not valid.
04-05 09:57:23.529 7351 7351 W CAM_SimpleReqProcessor: Failed to add Stream-20 to
CaptureRequest for Request-217. The surface (null) was not valid.
04-05 09:57:23.541 7351 10659 W CAM_SimpleReqProcessor: Failed to add Stream-20 to
CaptureRequest for Request-218. The surface is not yet available.
04-05 09:57:23.850 7351 7351 D InsetsController: cancelAnimation of types: 1,
animType: 1, host:
com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher,
from:android.view.InsetsController.notifyFinished:1375
android.view.InsetsAnimationThreadControlRunner$1.lambda$notifyFinished$0$android-
view-InsetsAnimationThreadControlRunner$1:84
android.view.InsetsAnimationThreadControlRunner$1$$ExternalSyntheticLambda1.run:4
04-05 09:57:23.929 7351 10655 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 74450,21 ms > 70,00 ms
04-05 09:57:23.929 7351 10655 W CAM_A : LONG_EXPOSURE > rel Δ(result sensor
timestamp) = 1229,79 > 0,25
04-05 09:57:23.929 7351 10655 W CAM_A : LONG_EXPOSURE > result sensor delay =
1838,62 > 1,10
04-05 09:57:23.930 7351 10655 W CAM_A : Previous or current projection matrix
cannot be computed. Defaulting to identity
04-05 09:57:23.943 7351 7380 W CAM_A : Extractor (frame) of type
feature.acmi.imu.frame-straightness depends on foreign type
feature.acmi.imu.camera-orientation! Feature values may be calculated out of order!
04-05 09:57:23.943 7351 7380 W CAM_A : Extractor (frame) of type
feature.acmi.imu.frame-straightness depends on foreign type
feature.acmi.imu.camera-orientation! Feature values may be calculated out of order!
04-05 09:57:23.945 7351 7380 D SensorManager: registerListener :: 11, LSM6DSL
Accelerometer, 200000, 0,
04-05 09:57:23.946 7351 7380 D SensorManager: registerListener :: 41, LSM6DSL
Gyroscope, 200000, 0, ftr@ca18b5b
04-05 09:57:23.969 7351 10655 W CAM_A : LONG_EXPOSURE > rel Δ(result sensor
timestamp) = 1,00 > 0,25
04-05 09:57:23.969 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:23.973 7351 10226 I BLASTBufferQueue:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#13](f:0,a:0) onFrameAvailable the first frame is available
04-05 09:57:24.008 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:24.030 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:24.044 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:24.044 7351 7443 E native : E0405 09:57:24.044841 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:24.045 7351 7437 E GoLog : E0405 09:57:24.044841 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:24.059 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:24.080 7351 7377 D SensorManager: unregisterListener
04-05 09:57:24.110 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:24.126 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:24.130 7351 10226 I ViewRootImpl@b5912af[CameraLauncher]: Resizing
android.view.ViewRootImpl@3e80ab5: frame = [0,0][1080,2400] reportDraw = false
forceLayout = false syncSeqId = 0
04-05 09:57:24.132 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6727
04-05 09:57:24.132 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleResized, msg = 4 frames=ClientWindowFrames{frame=[0,0][1080,2400]
display=[0,0][1080,2400] parentFrame=[0,0][0,0] parentClippedByDisplayCutout=false}
forceNextWindowRelayout=false displayId=0 resizeMode=-1 frameChanged=false
displayFrameChanged=false configChanged=false displayChanged=false
04-05 09:57:24.143 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:24.143 7351 7443 E native : E0405 09:57:24.143727 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:24.143 7351 7437 E GoLog : E0405 09:57:24.143727 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:24.161 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:24.212 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:24.227 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:24.239 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:24.239 7351 7443 E native : E0405 09:57:24.239552 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:24.239 7351 7437 E GoLog : E0405 09:57:24.239552 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:24.262 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:24.314 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:24.342 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:24.357 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:24.358 7351 7443 E native : E0405 09:57:24.358102 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:24.360 7351 7437 E GoLog : E0405 09:57:24.358102 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:24.365 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:24.414 7351 7351 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:24.435 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:24.454 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:24.454 7351 7443 E native : E0405 09:57:24.454176 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:24.454 7351 7437 E GoLog : E0405 09:57:24.454176 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:24.464 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:24.522 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:24.563 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:24.568 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:24.590 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:24.591 7351 7443 E native : E0405 09:57:24.591149 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:24.596 7351 7437 E GoLog : E0405 09:57:24.591149 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:24.624 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:24.643 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:24.661 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:24.661 7351 7443 E native : E0405 09:57:24.661245 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:24.661 7351 7437 E GoLog : E0405 09:57:24.661245 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:24.671 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:24.732 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:24.760 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:24.773 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:24.785 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:24.785 7351 7443 E native : E0405 09:57:24.785889 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:24.786 7351 7437 E GoLog : E0405 09:57:24.785889 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:24.826 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:24.867 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:24.877 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:24.896 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:24.897 7351 7443 E native : E0405 09:57:24.897393 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:24.897 7351 7437 E GoLog : E0405 09:57:24.897393 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:24.930 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:24.966 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:24.978 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:24.994 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:24.994 7351 7443 E native : E0405 09:57:24.994348 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:24.994 7351 7437 E GoLog : E0405 09:57:24.994348 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:25.030 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:25.070 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:25.083 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:25.093 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:25.094 7351 7443 E native : E0405 09:57:25.094339 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:25.094 7351 7437 E GoLog : E0405 09:57:25.094339 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:25.132 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:25.169 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:25.179 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:25.195 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:25.195 7351 7443 E native : E0405 09:57:25.195568 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:25.195 7351 7437 E GoLog : E0405 09:57:25.195568 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:25.227 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:25.247 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:25.268 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:25.268 7351 7443 E native : E0405 09:57:25.268694 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:25.269 7351 7437 E GoLog : E0405 09:57:25.268694 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:25.282 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:25.337 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:25.375 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:25.383 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:25.407 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:25.408 7351 7443 E native : E0405 09:57:25.408401 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:25.408 7351 7437 E GoLog : E0405 09:57:25.408401 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:25.428 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:25.454 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:25.480 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:25.486 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:25.486 7351 7443 E native : E0405 09:57:25.486586 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:25.487 7351 7437 E GoLog : E0405 09:57:25.486586 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:25.540 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:25.581 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:25.586 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:25.611 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:25.611 7351 7443 E native : E0405 09:57:25.611606 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:25.612 7351 7437 E GoLog : E0405 09:57:25.611606 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:25.631 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:25.650 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:25.676 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:25.676 7351 7443 E native : E0405 09:57:25.676812 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:25.677 7351 7437 E GoLog : E0405 09:57:25.676812 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:25.690 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:25.737 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:25.777 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:25.782 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:25.808 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:25.809 7351 7443 E native : E0405 09:57:25.809294 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:25.809 7351 7437 E GoLog : E0405 09:57:25.809294 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:25.830 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:25.852 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:25.873 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:25.873 7351 7443 E native : E0405 09:57:25.873512 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:25.873 7351 7437 E GoLog : E0405 09:57:25.873512 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:25.886 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:25.938 7351 7351 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:25.980 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:25.986 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:26.012 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:26.012 7351 7443 E native : E0405 09:57:26.012446 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:26.012 7351 7437 E GoLog : E0405 09:57:26.012446 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:26.044 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:26.045 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6740
04-05 09:57:26.053 7351 8034 I ViewRootImpl@b5912af[CameraLauncher]: Resizing
android.view.ViewRootImpl@3e80ab5: frame = [0,0][1080,2400] reportDraw = false
forceLayout = false syncSeqId = 0
04-05 09:57:26.054 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=false, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6727
04-05 09:57:26.054 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleResized, msg = 4 frames=ClientWindowFrames{frame=[0,0][1080,2400]
display=[0,0][1080,2400] parentFrame=[0,0][0,0] parentClippedByDisplayCutout=false}
forceNextWindowRelayout=false displayId=0 resizeMode=-1 frameChanged=false
displayFrameChanged=false configChanged=false displayChanged=false
04-05 09:57:26.069 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:26.083 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:26.092 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:26.093 7351 7443 E native : E0405 09:57:26.093073 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:26.093 7351 7437 E GoLog : E0405 09:57:26.093073 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:26.139 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:26.164 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:26.184 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:26.189 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:26.190 7351 7443 E native : E0405 09:57:26.189996 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:26.190 7351 7437 E GoLog : E0405 09:57:26.189996 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:26.236 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:26.267 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:26.292 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:26.294 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:26.294 7351 7443 E native : E0405 09:57:26.294273 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:26.294 7351 7437 E GoLog : E0405 09:57:26.294273 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:26.340 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:26.365 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:26.396 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:26.396 7351 7443 E native : E0405 09:57:26.396415 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:26.396 7351 7437 E GoLog : E0405 09:57:26.396415 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:26.402 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:26.448 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:26.484 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:26.491 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:26.507 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:26.507 7351 7443 E native : E0405 09:57:26.507301 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:26.508 7351 7437 E GoLog : E0405 09:57:26.507301 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:26.547 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:26.588 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:26.592 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:26.613 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:26.613 7351 7443 E native : E0405 09:57:26.613229 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:26.613 7351 7437 E GoLog : E0405 09:57:26.613229 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:26.648 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:26.692 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:26.696 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:26.718 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:26.719 7351 7443 E native : E0405 09:57:26.718992 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:26.719 7351 7437 E GoLog : E0405 09:57:26.718992 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:26.739 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:26.759 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:26.776 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:26.776 7351 7443 E native : E0405 09:57:26.776719 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:26.777 7351 7437 E GoLog : E0405 09:57:26.776719 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:26.792 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:26.847 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:26.886 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:26.897 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:26.911 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:26.912 7351 7443 E native : E0405 09:57:26.912050 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:26.912 7351 7437 E GoLog : E0405 09:57:26.912050 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:26.956 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:26.993 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:27.000 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:27.022 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:27.022 7351 7443 E native : E0405 09:57:27.022845 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:27.023 7351 7437 E GoLog : E0405 09:57:27.022845 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:27.046 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:27.075 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:27.101 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:27.109 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:27.110 7351 7443 E native : E0405 09:57:27.110177 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:27.110 7351 7437 E GoLog : E0405 09:57:27.110177 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:27.156 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:27.187 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:27.203 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:27.217 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:27.217 7351 7443 E native : E0405 09:57:27.217794 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:27.218 7351 7437 E GoLog : E0405 09:57:27.217794 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:27.252 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:27.299 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:27.307 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:27.329 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:27.330 7351 7443 E native : E0405 09:57:27.330034 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:27.330 7351 7437 E GoLog : E0405 09:57:27.330034 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:27.348 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:27.372 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:27.400 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:27.400 7351 7443 E native : E0405 09:57:27.400395 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:27.401 7351 7437 E GoLog : E0405 09:57:27.400395 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:27.404 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:27.455 7351 7351 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:27.496 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:27.504 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:27.517 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:27.518 7351 7443 E native : E0405 09:57:27.518076 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:27.518 7351 7437 E GoLog : E0405 09:57:27.518076 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:27.558 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:27.599 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:27.608 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:27.632 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:27.633 7351 7443 E native : E0405 09:57:27.633269 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:27.633 7351 7437 E GoLog : E0405 09:57:27.633269 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:27.658 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:27.686 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:27.707 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:27.720 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:27.720 7351 7443 E native : E0405 09:57:27.720767 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:27.720 7351 7437 E GoLog : E0405 09:57:27.720767 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:27.755 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:27.806 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:27.811 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:27.839 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:27.839 7351 7443 E native : E0405 09:57:27.839896 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:27.841 7351 7437 E GoLog : E0405 09:57:27.839896 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:27.855 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:27.886 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:27.906 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:27.915 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:27.915 7351 7443 E native : E0405 09:57:27.915817 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:27.916 7351 7437 E GoLog : E0405 09:57:27.915817 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:27.957 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:28.006 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:28.013 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:28.040 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:28.041 7351 7443 E native : E0405 09:57:28.041128 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:28.041 7351 7437 E GoLog : E0405 09:57:28.041128 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:28.056 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:28.076 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:28.097 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:28.098 7351 7443 E native : E0405 09:57:28.098081 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:28.098 7351 7437 E GoLog : E0405 09:57:28.098081 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:28.105 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:28.158 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:28.203 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:28.206 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:28.230 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:28.230 7351 7443 E native : E0405 09:57:28.230814 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:28.230 7351 7437 E GoLog : E0405 09:57:28.230814 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:28.255 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:28.287 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:28.311 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:28.313 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:28.313 7351 7443 E native : E0405 09:57:28.313398 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:28.314 7351 7437 E GoLog : E0405 09:57:28.313398 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:28.359 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:28.389 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:28.408 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:28.413 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:28.413 7351 7443 E native : E0405 09:57:28.413358 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:28.413 7351 7437 E GoLog : E0405 09:57:28.413358 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:28.458 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:28.492 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:28.508 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:28.520 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:28.520 7351 7443 E native : E0405 09:57:28.520500 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:28.520 7351 7437 E GoLog : E0405 09:57:28.520500 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:28.559 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:28.597 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:28.609 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:28.624 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:28.625 7351 7443 E native : E0405 09:57:28.625354 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:28.625 7351 7437 E GoLog : E0405 09:57:28.625354 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:28.661 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:28.695 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:28.713 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:28.724 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:28.724 7351 7443 E native : E0405 09:57:28.724885 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:28.725 7351 7437 E GoLog : E0405 09:57:28.724885 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:28.779 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:28.813 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:28.819 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:28.854 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:28.855 7351 7443 E native : E0405 09:57:28.854912 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:28.855 7351 7437 E GoLog : E0405 09:57:28.854912 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:28.877 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:28.898 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:28.917 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:28.928 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:28.928 7351 7443 E native : E0405 09:57:28.928835 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:28.929 7351 7437 E GoLog : E0405 09:57:28.928835 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:28.974 7351 7351 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:29.010 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:29.017 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:29.038 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:29.038 7351 7443 E native : E0405 09:57:29.038709 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:29.039 7351 7437 E GoLog : E0405 09:57:29.038709 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:29.066 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:29.088 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:29.114 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:29.115 7351 7443 E native : E0405 09:57:29.115060 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:29.118 7351 7437 E GoLog : E0405 09:57:29.115060 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:29.121 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:29.181 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:29.218 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:29.223 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:29.246 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:29.247 7351 7443 E native : E0405 09:57:29.246988 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:29.247 7351 7437 E GoLog : E0405 09:57:29.246988 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:29.269 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:29.294 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:29.322 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:29.326 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:29.327 7351 7443 E native : E0405 09:57:29.327443 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:29.327 7351 7437 E GoLog : E0405 09:57:29.327443 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:29.381 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:29.420 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:29.421 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:29.462 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:29.463 7351 7443 E native : E0405 09:57:29.463214 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:29.463 7351 7437 E GoLog : E0405 09:57:29.463214 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:29.476 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:29.506 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:29.519 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:29.533 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:29.533 7351 7443 E native : E0405 09:57:29.533657 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:29.534 7351 7437 E GoLog : E0405 09:57:29.533657 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:29.571 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:29.613 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:29.625 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:29.644 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:29.644 7351 7443 E native : E0405 09:57:29.644892 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:29.645 7351 7437 E GoLog : E0405 09:57:29.644892 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:29.672 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:29.720 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:29.725 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:29.751 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:29.752 7351 7443 E native : E0405 09:57:29.752084 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:29.752 7351 7437 E GoLog : E0405 09:57:29.752084 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:29.776 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:29.801 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:29.824 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:29.834 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:29.835 7351 7443 E native : E0405 09:57:29.835241 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:29.835 7351 7437 E GoLog : E0405 09:57:29.835241 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:29.877 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:29.912 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:29.926 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:29.946 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:29.947 7351 7443 E native : E0405 09:57:29.947237 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:29.947 7351 7437 E GoLog : E0405 09:57:29.947237 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:29.973 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:30.003 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:30.032 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:30.040 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:30.040 7351 7443 E native : E0405 09:57:30.040860 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:30.041 7351 7437 E GoLog : E0405 09:57:30.040860 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:30.078 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:30.124 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:30.132 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:30.154 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:30.155 7351 7443 E native : E0405 09:57:30.155129 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:30.155 7351 7437 E GoLog : E0405 09:57:30.155129 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:30.179 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:30.204 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:30.228 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:30.229 7351 7443 E native : E0405 09:57:30.229163 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:30.229 7351 7437 E GoLog : E0405 09:57:30.229163 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:30.232 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:30.282 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:30.310 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:30.332 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:30.344 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:30.344 7351 7443 E native : E0405 09:57:30.344380 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:30.344 7351 7437 E GoLog : E0405 09:57:30.344380 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:30.385 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:30.427 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:30.437 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:30.465 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:30.465 7351 7443 E native : E0405 09:57:30.465817 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:30.466 7351 7437 E GoLog : E0405 09:57:30.465817 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:30.480 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:30.503 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:30.529 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:30.529 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:30.530 7351 7443 E native : E0405 09:57:30.530027 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:30.531 7351 7437 E GoLog : E0405 09:57:30.530027 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:30.579 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:30.619 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:30.630 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:30.645 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:30.645 7351 7443 E native : E0405 09:57:30.645660 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:30.645 7351 7437 E GoLog : E0405 09:57:30.645660 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:30.684 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:30.724 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:30.730 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:30.744 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:30.744 7351 7443 E native : E0405 09:57:30.744903 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:30.745 7351 7437 E GoLog : E0405 09:57:30.744903 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:30.781 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:30.835 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:30.857 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:30.882 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:30.899 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:30.900 7351 7443 E native : E0405 09:57:30.900061 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:30.900 7351 7437 E GoLog : E0405 09:57:30.900061 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:30.930 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:30.935 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:30.961 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:30.961 7351 7443 E native : E0405 09:57:30.961784 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:30.961 7351 7437 E GoLog : E0405 09:57:30.961784 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:30.993 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:31.030 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:31.039 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:31.056 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:31.057 7351 7443 E native : E0405 09:57:31.056925 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:31.057 7351 7437 E GoLog : E0405 09:57:31.056925 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:31.075 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 0
04-05 09:57:31.076 7351 7351 I GestureDetector: obtain mCurrentDownEvent. id:
694161831 caller:
com.google.android.apps.camera.ui.shutterbutton.ShutterButton.dispatchTouchEvent:19
5 android.view.ViewGroup.dispatchTransformedTouchEvent:3316
android.view.ViewGroup.dispatchTouchEvent:2931
04-05 09:57:31.083 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:31.101 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:31.101 7351 7351 I GestureDetector: obtain mCurrentMotionEventRaw.
action: 2 id: 691761736
04-05 09:57:31.116 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:31.116 7351 7443 E native : E0405 09:57:31.116844 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:31.116 7351 7437 E GoLog : E0405 09:57:31.116844 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:31.129 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:31.139 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 1
04-05 09:57:31.179 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:31.202 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:31.227 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:31.227 7351 7443 E native : E0405 09:57:31.227255 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:31.230 7351 7437 E GoLog : E0405 09:57:31.227255 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:31.231 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:31.279 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:31.297 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:31.312 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:31.312 7351 7443 E native : E0405 09:57:31.312552 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:31.312 7351 7437 E GoLog : E0405 09:57:31.312552 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:31.331 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:31.376 7351 7351 I GestureDetector: handleMessage TAP
04-05 09:57:31.385 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:31.414 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:31.432 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:31.438 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:31.439 7351 7443 E native : E0405 09:57:31.439123 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:31.439 7351 7437 E GoLog : E0405 09:57:31.439123 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:31.487 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:31.515 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:31.537 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:31.545 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:31.545 7351 7443 E native : E0405 09:57:31.545543 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:31.545 7351 7437 E GoLog : E0405 09:57:31.545543 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:31.586 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:31.615 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:31.635 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:31.638 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:31.638 7351 7443 E native : E0405 09:57:31.638798 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:31.638 7351 7437 E GoLog : E0405 09:57:31.638798 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:31.689 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:31.728 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:31.741 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:31.745 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:31.746 7351 7443 E native : E0405 09:57:31.745961 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:31.746 7351 7437 E GoLog : E0405 09:57:31.745961 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:31.792 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:31.824 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:31.841 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:31.851 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:31.852 7351 7443 E native : E0405 09:57:31.851979 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:31.852 7351 7437 E GoLog : E0405 09:57:31.851979 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:31.893 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:31.932 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:31.944 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:31.959 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:31.959 7351 7443 E native : E0405 09:57:31.959736 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:31.959 7351 7437 E GoLog : E0405 09:57:31.959736 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:31.980 7351 10774 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:31.980 7351 10774 E libgcam : [static_metadata.cc:130]: IsValid:
Expected number of illuminant>=3, actual=0
04-05 09:57:31.980 7351 10774 E libgcam : [awb_hdrplus_helper.cc:893]:
CreateInstance: qc_color_calibration is invalid:
04-05 09:57:31.980 7351 10774 E libgcam : num_lights 0
04-05 09:57:31.980 7351 10774 E libgcam : rg_ratios
04-05 09:57:31.980 7351 10774 E libgcam : bg_ratios
04-05 09:57:31.980 7351 10774 E libgcam : grgb_ratio 0
04-05 09:57:31.994 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:31.996 7351 10774 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:32.026 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.044 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:32.059 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.093 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.099 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:32.116 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:32.125 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.141 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:32.141 7351 7443 E native : E0405 09:57:32.141767 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:32.145 7351 7437 E GoLog : E0405 09:57:32.141767 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:32.147 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:32.158 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.192 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.198 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:32.224 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.232 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:32.248 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:32.256 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:32.256 7351 7443 E native : E0405 09:57:32.256597 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:32.257 7351 7437 E GoLog : E0405 09:57:32.256597 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:32.258 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.291 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.308 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:32.323 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.353 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:32.357 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.359 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:32.390 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.394 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:32.394 7351 7443 E native : E0405 09:57:32.394313 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:32.394 7351 7437 E GoLog : E0405 09:57:32.394313 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:32.409 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:32.422 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.427 7351 10774 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 0 too high (actual 57.9882 ms, request 50 ms).
04-05 09:57:32.427 7351 10774 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 0 not within tolerance (actual 57.9882 ms, request
50 ms).
04-05 09:57:32.427 7351 10774 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 0 not within tolerance (actual 11.0889x, request
12.8863x).
04-05 09:57:32.428 7351 10212 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:57:32.452 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:32.456 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.479 7351 10774 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 1 too high (actual 57.9882 ms, request 50 ms).
04-05 09:57:32.479 7351 10774 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 1 not within tolerance (actual 57.9882 ms, request
50 ms).
04-05 09:57:32.479 7351 10774 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 1 not within tolerance (actual 11.0889x, request
12.8863x).
04-05 09:57:32.480 7351 10212 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:57:32.488 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.513 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:32.522 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.554 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.557 7351 10774 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 2 too high (actual 57.9882 ms, request 50 ms).
04-05 09:57:32.557 7351 10774 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 2 not within tolerance (actual 57.9882 ms, request
50 ms).
04-05 09:57:32.557 7351 10774 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 2 not within tolerance (actual 11.0889x, request
12.8863x).
04-05 09:57:32.559 7351 10212 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:57:32.571 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:32.588 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.609 7351 10774 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 3 too high (actual 57.9882 ms, request 50 ms).
04-05 09:57:32.609 7351 10774 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 3 not within tolerance (actual 57.9882 ms, request
50 ms).
04-05 09:57:32.609 7351 10774 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 3 not within tolerance (actual 11.0889x, request
12.8863x).
04-05 09:57:32.611 7351 10212 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:57:32.621 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.629 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:32.653 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.668 7351 10774 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 4 too high (actual 57.9882 ms, request 50 ms).
04-05 09:57:32.668 7351 10774 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 4 not within tolerance (actual 57.9882 ms, request
50 ms).
04-05 09:57:32.668 7351 10774 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 4 not within tolerance (actual 11.0889x, request
12.8863x).
04-05 09:57:32.670 7351 10212 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:57:32.685 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:32.687 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.720 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.727 7351 10774 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 5 too high (actual 57.9882 ms, request 50 ms).
04-05 09:57:32.728 7351 10774 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 5 not within tolerance (actual 57.9882 ms, request
50 ms).
04-05 09:57:32.728 7351 10774 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 5 not within tolerance (actual 11.0889x, request
12.8863x).
04-05 09:57:32.729 7351 10212 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:57:32.747 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:32.753 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.776 7351 10774 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 6 too high (actual 57.9882 ms, request 50 ms).
04-05 09:57:32.777 7351 10774 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 6 not within tolerance (actual 57.9882 ms, request
50 ms).
04-05 09:57:32.777 7351 10774 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 6 not within tolerance (actual 11.0889x, request
12.8863x).
04-05 09:57:32.777 7351 10212 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:57:32.785 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.805 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:32.819 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.851 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.862 7351 10774 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 7 too high (actual 57.9882 ms, request 50 ms).
04-05 09:57:32.862 7351 10774 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 7 not within tolerance (actual 57.9882 ms, request
50 ms).
04-05 09:57:32.862 7351 10774 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 7 not within tolerance (actual 11.0889x, request
12.8863x).
04-05 09:57:32.864 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:32.865 7351 10212 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:57:32.885 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.906 7351 10774 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 8 too high (actual 57.9882 ms, request 50 ms).
04-05 09:57:32.906 7351 10774 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 8 not within tolerance (actual 57.9882 ms, request
50 ms).
04-05 09:57:32.906 7351 10774 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 8 not within tolerance (actual 11.0889x, request
12.8863x).
04-05 09:57:32.909 7351 10212 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:57:32.918 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.921 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:32.950 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:32.958 7351 10774 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 9 too high (actual 57.9882 ms, request 50 ms).
04-05 09:57:32.958 7351 10774 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 9 not within tolerance (actual 57.9882 ms, request
50 ms).
04-05 09:57:32.958 7351 10774 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 9 not within tolerance (actual 11.0889x, request
12.8863x).
04-05 09:57:32.960 7351 10212 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:57:32.976 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:32.983 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:33.016 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:33.021 7351 10774 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 10 too high (actual 57.9882 ms, request 50 ms).
04-05 09:57:33.021 7351 10774 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 10 not within tolerance (actual 57.9882 ms, request
50 ms).
04-05 09:57:33.021 7351 10774 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 10 not within tolerance (actual 11.0889x, request
12.8863x).
04-05 09:57:33.024 7351 10212 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:57:33.038 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:33.050 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:33.081 7351 10774 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 11 too high (actual 57.9882 ms, request 50 ms).
04-05 09:57:33.081 7351 10774 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 11 not within tolerance (actual 57.9882 ms, request
50 ms).
04-05 09:57:33.081 7351 10774 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 11 not within tolerance (actual 11.0889x, request
12.8863x).
04-05 09:57:33.083 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:33.087 7351 10212 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:57:33.094 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:33.115 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:33.127 7351 10774 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 12 too high (actual 57.9882 ms, request 50 ms).
04-05 09:57:33.127 7351 10774 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 12 not within tolerance (actual 57.9882 ms, request
50 ms).
04-05 09:57:33.127 7351 10774 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 12 not within tolerance (actual 11.0889x, request
12.8863x).
04-05 09:57:33.128 7351 10212 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:57:33.150 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:33.154 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:33.181 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 09:57:33.188 7351 10774 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 13 too high (actual 57.9882 ms, request 50 ms).
04-05 09:57:33.188 7351 10774 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 13 not within tolerance (actual 57.9882 ms, request
50 ms).
04-05 09:57:33.188 7351 10774 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 13 not within tolerance (actual 11.0889x, request
12.8863x).
04-05 09:57:33.191 7351 10212 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:57:33.214 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:33.251 7351 10774 W libgcam : [shot.cc:1276]: CheckRequestConsistency:
Exposure time for payload frame 14 too high (actual 57.9882 ms, request 50 ms).
04-05 09:57:33.251 7351 10774 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 14 not within tolerance (actual 57.9882 ms, request
50 ms).
04-05 09:57:33.251 7351 10774 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 14 not within tolerance (actual 11.0889x, request
12.8863x).
04-05 09:57:33.257 7351 10212 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 09:57:33.258 7351 10212 W libgcam : [shot_helper.cc:352]:
LogViewfinderAeWarnings: viewfinder_short_tet (0.000ms) is further than expected
from the capture TET (643.025ms). Relative error: 100%.
04-05 09:57:33.259 7351 10212 E libgcam : [shot.cc:2728]: ChooseWbGains:
AwbHdrPlusHelper is null. Using driver AWB from base frame.
04-05 09:57:33.290 7351 10655 W CAM_A : LONG_EXPOSURE > result sensor delay =
1,32 > 1,10
04-05 09:57:33.292 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:33.333 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:33.335 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:33.362 7351 7387 I tflite : Replacing 5 node(s) with delegate
(TfLiteXNNPackDelegate) node, yielding 1 partitions.
04-05 09:57:33.362 7351 7437 E GoLog : INFO: Replacing 5 node(s) with delegate
(TfLiteXNNPackDelegate) node, yielding 1 partitions.
04-05 09:57:33.363 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:33.364 7351 7443 E native : E0405 09:57:33.363687 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:33.364 7351 7437 E GoLog : E0405 09:57:33.363687 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:33.392 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:33.429 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:33.433 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:33.472 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:33.473 7351 7443 E native : E0405 09:57:33.473315 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:33.473 7351 7437 E GoLog : E0405 09:57:33.473315 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:33.480 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:33.507 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:33.534 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:33.540 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:33.541 7351 7443 E native : E0405 09:57:33.541291 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:33.541 7351 7437 E GoLog : E0405 09:57:33.541291 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:33.542 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/* className=com.instagram.share.handleractivity.ShareHandlerActivity
04-05 09:57:33.542 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/*
className=com.instagram.share.handleractivity.ReelShareHandlerActivity
04-05 09:57:33.542 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/*
className=com.instagram.direct.share.handler.DirectExternalMediaShareActivityPhotoI
nterop
04-05 09:57:33.542 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/* className=com.whatsapp.contact.ui.picker.ContactPicker
04-05 09:57:33.542 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/* className=com.linecorp.line.keepmemo.share.os.KeepMemoSaveActivity
04-05 09:57:33.560 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/* className=com.instagram.share.handleractivity.ShareHandlerActivity
04-05 09:57:33.560 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/*
className=com.instagram.share.handleractivity.ReelShareHandlerActivity
04-05 09:57:33.560 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/*
className=com.instagram.direct.share.handler.DirectExternalMediaShareActivityVideoI
nterop
04-05 09:57:33.560 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/* className=com.whatsapp.contact.ui.picker.ContactPicker
04-05 09:57:33.560 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/* className=com.linecorp.line.keepmemo.share.os.KeepMemoSaveActivity
04-05 09:57:33.584 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:33.601 7351 7391 I AppIconSolution: start to load,
pkg=com.instagram.android, bg=126-126, dr=189-189, forDefault=false, density=0
04-05 09:57:33.604 7351 7391 I AppIconSolution: getIconScale,
pkg=com.instagram.android, size=189, iconScale=IconScale[alpha=1, scale=0.62,
isCrop=false]
04-05 09:57:33.604 7351 7391 I AppIconSolution: fromTheme2,
pkg=com.instagram.android, bg=126-126, dr=189-189, tarScale=0.62,
relScale=0.41775402, mask=false, isCropInTheme = false, isNight = true
04-05 09:57:33.607 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:33.626 7351 7391 I AppIconSolution: start to load,
pkg=com.google.android.youtube, bg=126-126, dr=189-189, forDefault=false, density=0
04-05 09:57:33.629 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:33.629 7351 7391 I AppIconSolution: getIconScale,
pkg=com.google.android.youtube, size=189, iconScale=IconScale[alpha=1, scale=0.62,
isCrop=false]
04-05 09:57:33.629 7351 7391 I AppIconSolution: fromTheme2,
pkg=com.google.android.youtube, bg=126-126, dr=189-189, tarScale=0.62,
relScale=0.41775402, mask=false, isCropInTheme = false, isNight = true
04-05 09:57:33.636 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:33.636 7351 7443 E native : E0405 09:57:33.636324 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:33.636 7351 7437 E GoLog : E0405 09:57:33.636324 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:33.649 7351 7391 I AppIconSolution: start to load,
pkg=com.google.android.apps.tachyon, bg=126-126, dr=189-189, forDefault=false,
density=0
04-05 09:57:33.652 7351 7391 I AppIconSolution: getIconScale,
pkg=com.google.android.apps.tachyon, size=189, iconScale=IconScale[alpha=1,
scale=0.62, isCrop=false]
04-05 09:57:33.652 7351 7391 I AppIconSolution: fromTheme2,
pkg=com.google.android.apps.tachyon, bg=126-126, dr=189-189, tarScale=0.62,
relScale=0.41775402, mask=false, isCropInTheme = false, isNight = true
04-05 09:57:33.686 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:33.711 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:33.733 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:33.750 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:33.750 7351 7443 E native : E0405 09:57:33.750823 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:33.751 7351 7437 E GoLog : E0405 09:57:33.750823 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:33.794 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:33.840 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:33.854 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:33.890 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 0
04-05 09:57:33.943 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:33.943 7351 7443 E native : E0405 09:57:33.943508 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:33.944 7351 7437 E GoLog : E0405 09:57:33.943508 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:33.945 7351 10655 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 100,98 ms > 70,00 ms
04-05 09:57:33.945 7351 10655 W CAM_A : LONG_EXPOSURE > rel Δ(result sensor
timestamp) = 1,00 > 0,25
04-05 09:57:33.945 7351 10655 W CAM_A : LONG_EXPOSURE > result sensor delay =
2,00 > 1,10
04-05 09:57:33.945 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:33.987 7351 10655 W CAM_A : LONG_EXPOSURE > rel Δ(result sensor
timestamp) = 0,50 > 0,25
04-05 09:57:33.987 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:34.005 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:34.036 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
MSG_WINDOW_FOCUS_CHANGED 0 0
04-05 09:57:34.038 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:34.086 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:34.087 7351 7443 E native : E0405 09:57:34.087874 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:34.088 7351 7437 E GoLog : E0405 09:57:34.087874 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:34.094 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:34.124 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:34.148 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:34.193 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:34.210 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:34.211 7351 7443 E native : E0405 09:57:34.211251 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:34.211 7351 7437 E GoLog : E0405 09:57:34.211251 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:34.240 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:34.261 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:34.309 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:34.361 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:34.390 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:34.390 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:34.391 7351 7443 E native : E0405 09:57:34.390846 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:34.391 7351 7437 E GoLog : E0405 09:57:34.390846 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:34.415 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:34.444 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:34.444 7351 7443 E native : E0405 09:57:34.444490 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:34.444 7351 7437 E GoLog : E0405 09:57:34.444490 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:34.451 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:34.468 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:34.501 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:34.528 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:34.528 7351 7443 E native : E0405 09:57:34.528780 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:34.529 7351 7437 E GoLog : E0405 09:57:34.528780 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:34.539 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:34.599 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:34.608 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:34.616 7351 7356 I eCameraEngR18F1: NativeAlloc concurrent copying GC
freed 6333KB AllocSpace bytes, 7(564KB) LOS objects, 49% free, 21MB/43MB, paused
93us,116us total 164.826ms
04-05 09:57:34.641 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:34.649 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:34.650 7351 7443 E native : E0405 09:57:34.650428 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:34.650 7351 7437 E GoLog : E0405 09:57:34.650428 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 09:57:34.666 7351 7351 D CameraManager2: GotArray:0
04-05 09:57:34.666 7351 7351 D CameraManager2: GotArray:1
04-05 09:57:34.666 7351 7351 D CameraManager2: GotArray:2
04-05 09:57:34.666 7351 7351 D CameraManager2: GotArray:3
04-05 09:57:34.668 7351 7351 D CameraManager2: GotArray:0
04-05 09:57:34.668 7351 7351 D CameraManager2: GotArray:1
04-05 09:57:34.668 7351 7351 D CameraManager2: GotArray:2
04-05 09:57:34.668 7351 7351 D CameraManager2: GotArray:3
04-05 09:57:34.670 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=false
04-05 09:57:34.671 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleAppVisibility mAppVisible = true visible = false
04-05 09:57:34.671 7351 7351 I SurfaceView@7d69640: onWindowVisibilityChanged(8)
false android.view.SurfaceView{7d69640 V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:57:34.671 7351 7351 I SurfaceView@7d69640: Changes: creating=false
format=false size=false visible=true alpha=false hint=false mUseAlpha=false
visible=true left=false top=false
04-05 09:57:34.672 7351 7351 I SurfaceView@7d69640: 131503680 Cur surface:
Surface(name=null)/@0x553631f
04-05 09:57:34.673 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x73236cd100
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:57:34.673 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x73236cd100android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
android.view.View.dispatchWindowVisibilityChanged:15943
04-05 09:57:34.673 7351 7351 I SurfaceView@7d69640: surfaceDestroyed
04-05 09:57:34.673 7351 7351 I SurfaceView@7d69640: surfaceDestroyed
callback.size 2 #2 android.view.SurfaceView{7d69640 V.E...... ........ 0,0-
1080,1920}
04-05 09:57:34.682 7351 7393 D SensorManager: unregisterListener
04-05 09:57:34.683 7351 10774 E native : E0405 09:57:34.683747 10774
jni_environment.cc:81] Failed to detach current thread from the JVM.
JavaVM::DetachCurrentThread returned: -1
04-05 09:57:34.684 7351 7437 E GoLog : E0405 09:57:34.683747 10774
jni_environment.cc:81] Failed to detach current thread from the JVM.
JavaVM::DetachCurrentThread returned: -1
04-05 09:57:34.688 7351 7351 I SurfaceView@7d69640: updateSurface: mVisible =
false mSurface.isValid() = true
04-05 09:57:34.688 7351 7351 I SurfaceView@7d69640: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:57:34.688 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x73171c8100
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:1172
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 09:57:34.688 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:57:34.688 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x73171c8100
04-05 09:57:34.688 7351 7351 V SurfaceView@7d69640: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 09:57:34.689 7351 7393 D SensorManager: unregisterListener
04-05 09:57:34.690 7351 7381 D SurfaceView@7d69640: windowPositionLost, frameNr =
0
04-05 09:57:34.691 7351 7381 D OpenGLRenderer: setSurface called with nullptr
04-05 09:57:34.691 7351 7381 D OpenGLRenderer: setSurface() destroyed EGLSurface
04-05 09:57:34.692 7351 7381 D OpenGLRenderer: destroyEglSurface
04-05 09:57:34.697 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=false
04-05 09:57:34.697 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals params={(0,0)(fillxfill) sim={state=always_hidden adjust=pan}
layoutInDisplayCutoutMode=shortEdges ty=BASE_APPLICATION fmt=TRANSLUCENT
wanim=0x1030309 rotAnim=SEAMLESS sysuil=true
04-05 09:57:34.697 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810500
04-05 09:57:34.697 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 09:57:34.697 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 09:57:34.697 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 09:57:34.697 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 09:57:34.697 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 09:57:34.697 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals mFirst=false windowShouldResize=false viewVisibilityChanged=true
mForceNextWindowRelayout=false params={(0,0)(fillxfill) sim={state=always_hidden
adjust=pan} layoutInDisplayCutoutMode=shortEdges ty=BASE_APPLICATION
fmt=TRANSLUCENT wanim=0x1030309 rotAnim=SEAMLESS sysuil=true
04-05 09:57:34.697 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810500
04-05 09:57:34.697 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 09:57:34.697 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 09:57:34.697 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 09:57:34.697 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 09:57:34.697 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 09:57:34.710 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 09:57:34.713 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Relayout
returned: old=(0,0,1080,2400) new=(0,0,1080,2400) req=(1080,2400)8 dur=10 res=0x2
s={false 0x0} ch=true seqId=0
04-05 09:57:34.713 7351 7351 D SurfaceView@7d69640: updateSurface: surface is not
valid
04-05 09:57:34.713 7351 7351 I SurfaceView@7d69640: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:57:34.714 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7398078a00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998 android.view.SurfaceView.setFrame:525
04-05 09:57:34.714 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:57:34.714 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7398078a00
04-05 09:57:34.715 7351 7351 I SurfaceView@7d69640: windowStopped(true) false
android.view.SurfaceView{7d69640 V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:57:34.715 7351 7351 D SurfaceView@7d69640: updateSurface: surface is not
valid
04-05 09:57:34.715 7351 7351 I SurfaceView@7d69640: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:57:34.715 7351 7361 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#13(BLAST Consumer)13](id:1cb70000001c,api:4,p:1347,c:7351) queueBuffer:
BufferQueue has been abandoned
04-05 09:57:34.716 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x730a463200
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.setWindowStopped:335
04-05 09:57:34.716 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:57:34.716 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x730a463200
04-05 09:57:34.729 7351 10226 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#13(BLAST Consumer)13](id:1cb70000001c,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:57:34.732 7351 7351 D SurfaceView@7d69640: updateSurface: surface is not
valid
04-05 09:57:34.732 7351 7351 I SurfaceView@7d69640: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:57:34.732 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7398078900
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:57:34.732 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:57:34.732 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7398078900
04-05 09:57:34.735 7351 10226 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#13(BLAST Consumer)13](id:1cb70000001c,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:57:34.737 7351 7351 D SurfaceView@7d69640: updateSurface: surface is not
valid
04-05 09:57:34.737 7351 7351 I SurfaceView@7d69640: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:57:34.738 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7398078b00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:57:34.738 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:57:34.738 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7398078b00
04-05 09:57:34.740 7351 10226 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#13(BLAST Consumer)13](id:1cb70000001c,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:57:34.742 7351 10226 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#13(BLAST Consumer)13](id:1cb70000001c,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:57:34.746 7351 7351 D InputTransport: Input channel destroyed:
'ClientS', fd=153
04-05 09:57:34.746 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
stopped(true) old = false
04-05 09:57:34.746 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
WindowStopped on
com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher set to
true
04-05 09:57:34.747 7351 10226 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#13(BLAST Consumer)13](id:1cb70000001c,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:57:34.753 7351 10226 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#13(BLAST Consumer)13](id:1cb70000001c,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: Retrieving snapshot for
com.google.android.apps.camera#com.google.android.GoogleCameraEngR18F1 failed
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter:
java.util.concurrent.ExecutionException: java.lang.SecurityException:
GoogleCertificatesRslt: not allowed: pkg=com.google.android.GoogleCameraEngR18F1,
sha256=[a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc],
atk=false, ver=251134029.true (go/gsrlt)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at mip.fb(Unknown
Source:27)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at mip.cd(Unknown
Source:63)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at kuc.c(Unknown
Source:12)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at kuc.e(Unknown
Source:35)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at kuc.b(Unknown
Source:1)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at gvh.a(Unknown
Source:35)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at gvj.run(Unknown
Source:9)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at law.run(Unknown
Source:2)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at pio.a(Unknown
Source:2)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at phs.run(Unknown
Source:20)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at pip.run(Unknown
Source:4)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledT
hreadPoolExecutor.java:307)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at lbh.run(Unknown
Source:2)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at lbg.run(Unknown
Source:0)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at
java.lang.Thread.run(Thread.java:1012)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at lab.run(Unknown
Source:5)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: Caused by:
java.lang.SecurityException: GoogleCertificatesRslt: not allowed:
pkg=com.google.android.GoogleCameraEngR18F1,
sha256=[a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc],
atk=false, ver=251134029.true (go/gsrlt)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at
android.os.Parcel.createExceptionOrNull(Parcel.java:3023)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at
android.os.Parcel.createException(Parcel.java:3007)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at
android.os.Parcel.readException(Parcel.java:2990)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at
android.os.Parcel.readException(Parcel.java:2932)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at bmn.z(Unknown
Source:10)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at ktz.a(Unknown
Source:38)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at kjd.f(Unknown
Source:10)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at kkc.t(Unknown
Source:9)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at kkc.u(Unknown
Source:22)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at kkc.g(Unknown
Source:29)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at kkc.h(Unknown
Source:76)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at kkc.b(Unknown
Source:14)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at klz.c(Unknown
Source:114)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at klt.d(Unknown
Source:6)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at
klu.handleMessage(Unknown Source:307)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at ksg.b(Unknown
Source:0)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at
ksg.dispatchMessage(Unknown Source:0)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at
android.os.Looper.loopOnce(Looper.java:226)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at
android.os.Looper.loop(Looper.java:313)
04-05 09:57:34.755 7351 7387 E PhenotypeFlagCommitter: at
android.os.HandlerThread.run(HandlerThread.java:67)
04-05 09:57:34.757 7351 10226 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_IDLE for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:57:34.759 7351 7351 D SensorManager: unregisterListener
04-05 09:57:34.759 7351 7351 W CAM_A : Duplicate call to stopModule; skipping
stop.
04-05 09:57:34.759 7351 10657 W CAM_MetadataDst: onCaptureFailed for Frame 213
04-05 09:57:34.760 7351 10655 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 09:57:34.760 7351 10657 W CAM_MetadataDst: onCaptureFailed for Frame 216
04-05 09:57:34.760 7351 10657 W CAM_MetadataDst: onCaptureFailed for Frame 214
04-05 09:57:34.760 7351 10657 W CAM_MetadataDst: onCaptureFailed for Frame 211
04-05 09:57:34.760 7351 10657 W CAM_MetadataDst: onCaptureFailed for Frame 212
04-05 09:57:34.760 7351 10657 W CAM_MetadataDst: onCaptureFailed for Frame 215
04-05 09:57:34.769 7351 7351 I MSHandlerLifeCycle: removeMultiSplitHandler: no
exist. decor=DecorView@b927932[CameraLauncher]
04-05 09:57:34.772 7351 7351 D SurfaceView@7d69640: updateSurface: surface is not
valid
04-05 09:57:34.772 7351 7351 I SurfaceView@7d69640: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:57:34.772 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7398078c00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:57:34.772 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:57:34.772 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7398078c00
04-05 09:57:34.877 7351 10832 I tflite : Replacing 975 node(s) with delegate
(TfLiteGpuDelegate_New) node, yielding 1 partitions.
04-05 09:57:34.878 7351 7437 E GoLog : INFO: Replacing 975 node(s) with
delegate (TfLiteGpuDelegate_New) node, yielding 1 partitions.
04-05 09:57:35.060 7351 7361 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 09:57:35.061 7351 10226 W eCameraEngR18F1: Long monitor contention with
owner Camera-Ex (7398) at void
android.hardware.camera2.impl.CameraDeviceImpl.close()(CameraDeviceImpl.java:1463)
waiters=0 in void android.hardware.camera2.impl.CameraDeviceImpl.onDeviceIdle() for
301ms
04-05 09:57:35.422 7351 7351 W CAM_A : Placeholder drawable removed:
key=ShotId-4 evicted=false
04-05 09:57:35.553 7351 7351 D SurfaceView@7d69640: updateSurface: surface is not
valid
04-05 09:57:35.553 7351 7351 I SurfaceView@7d69640: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:57:35.553 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7398078d00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:57:35.553 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:57:35.553 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7398078d00
04-05 09:58:33.984 7351 7351 D SurfaceView@7d69640: updateSurface: surface is not
valid
04-05 09:58:33.984 7351 7351 I SurfaceView@7d69640: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 09:58:33.984 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x73a4b52200
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 09:58:33.984 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 09:58:33.984 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x73a4b52200
04-05 10:00:17.964 7351 7381 D OpenGLRenderer: setSurface called with nullptr
04-05 10:00:17.970 7351 7381 D OpenGLRenderer:
trimMemory(TRIM_MEMORY_COMPLETE)::destroyRenderingContext
04-05 10:00:17.970 7351 7381 D OpenGLRenderer:
RenderThread::destroyRenderingContext()
04-05 10:00:17.970 7351 7381 D OpenGLRenderer: RenderThread::setGrContext()
04-05 10:01:30.523 7351 7351 D SurfaceView@7d69640: updateSurface: surface is not
valid
04-05 10:01:30.523 7351 7351 I SurfaceView@7d69640: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:01:30.525 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7397fb1900
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:01:30.525 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:01:30.525 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7397fb1900
04-05 10:04:00.210 7351 7351 D SurfaceView@7d69640: updateSurface: surface is not
valid
04-05 10:04:00.210 7351 7351 I SurfaceView@7d69640: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:04:00.211 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x73a4b17a00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:04:00.211 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:04:00.211 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x73a4b17a00
04-05 10:04:04.281 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleAppVisibility mAppVisible = false visible = true
04-05 10:04:04.285 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
stopped(false) old = true
04-05 10:04:04.285 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
WindowStopped on
com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher set to
false
04-05 10:04:04.304 7351 7351 D CameraManager2: GotArray:0
04-05 10:04:04.304 7351 7351 D CameraManager2: GotArray:1
04-05 10:04:04.304 7351 7351 D CameraManager2: GotArray:2
04-05 10:04:04.304 7351 7351 D CameraManager2: GotArray:3
04-05 10:04:04.315 7351 7398 I CameraManager: registerAvailabilityCallback: Is
device callback = false
04-05 10:04:04.315 7351 7351 D CameraManager2: GotArray:0
04-05 10:04:04.315 7351 7351 D CameraManager2: GotArray:1
04-05 10:04:04.315 7351 7351 D CameraManager2: GotArray:2
04-05 10:04:04.315 7351 7351 D CameraManager2: GotArray:3
04-05 10:04:04.315 7351 7398 I CameraManagerGlobal: postSingleUpdate device:
camera id 0 status STATUS_PRESENT
04-05 10:04:04.315 7351 7398 I CameraManagerGlobal: postSingleUpdate device:
camera id 1 status STATUS_PRESENT
04-05 10:04:04.315 7351 7398 I CameraManagerGlobal: postSingleUpdate device:
camera id 2 status STATUS_PRESENT
04-05 10:04:04.315 7351 7398 I CameraManagerGlobal: postSingleUpdate device:
camera id 3 status STATUS_PRESENT
04-05 10:04:04.319 7351 7351 D CameraManager2: GotArray:0
04-05 10:04:04.319 7351 7351 D CameraManager2: GotArray:1
04-05 10:04:04.319 7351 7351 D CameraManager2: GotArray:2
04-05 10:04:04.319 7351 7351 D CameraManager2: GotArray:3
04-05 10:04:04.320 7351 7351 D CameraManager2: GotArray:0
04-05 10:04:04.320 7351 7351 D CameraManager2: GotArray:1
04-05 10:04:04.320 7351 7351 D CameraManager2: GotArray:2
04-05 10:04:04.320 7351 7351 D CameraManager2: GotArray:3
04-05 10:04:04.328 7351 7377 D SensorManager: registerListener :: 111, Rotation
Vector Non-wakeup, 200000, 0,
04-05 10:04:04.345 7351 7391 D SensorManager: registerListener :: 11, LSM6DSL
Accelerometer, 200000, 0,
04-05 10:04:04.350 7351 7351 I MSHandlerLifeCycle: removeMultiSplitHandler: no
exist. decor=DecorView@b927932[CameraLauncher]
04-05 10:04:04.350 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
stopped(false) old = false
04-05 10:04:04.352 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=true
04-05 10:04:04.353 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=true
04-05 10:04:04.353 7351 7351 I MSHandlerLifeCycle: removeMultiSplitHandler: no
exist. decor=DecorView@b927932[CameraLauncher]
04-05 10:04:04.353 7351 7351 I SurfaceView@7d69640: onWindowVisibilityChanged(0)
false android.view.SurfaceView{7d69640 V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:04:04.353 7351 7351 D SurfaceView@7d69640: updateSurface: surface is not
valid
04-05 10:04:04.353 7351 7351 I SurfaceView@7d69640: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:04:04.353 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7397fb1b00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 10:04:04.353 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:04:04.354 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = false t =
0x7397fb1b00android.view.ViewRootImpl.applyTransactionOnDrawFromReleaseSurfaces:128
50 android.view.SurfaceView.applyTransactionOnVriDraw:2046
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 10:04:04.354 7351 7364 I CameraManagerGlobal: postSingleUpdate device:
camera id 0 status STATUS_NOT_AVAILABLE
04-05 10:04:04.355 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=true
04-05 10:04:04.355 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals params={(0,0)(fillxfill) sim={state=always_hidden adjust=pan
forwardNavigation} layoutInDisplayCutoutMode=shortEdges ty=BASE_APPLICATION
fmt=TRANSLUCENT wanim=0x1030309 rotAnim=SEAMLESS sysuil=true
04-05 10:04:04.355 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810580
04-05 10:04:04.355 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 10:04:04.355 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 10:04:04.355 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 10:04:04.355 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 10:04:04.355 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 10:04:04.355 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals mFirst=false windowShouldResize=false viewVisibilityChanged=true
mForceNextWindowRelayout=false params={(0,0)(fillxfill) sim={state=always_hidden
adjust=pan forwardNavigation} layoutInDisplayCutoutMode=shortEdges
ty=BASE_APPLICATION fmt=TRANSLUCENT wanim=0x1030309 rotAnim=SEAMLESS sysuil=true
04-05 10:04:04.355 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810580
04-05 10:04:04.355 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 10:04:04.355 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 10:04:04.355 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 10:04:04.355 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 10:04:04.355 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 10:04:04.370 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl.relayoutWindow:9802
04-05 10:04:04.370 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
updateBlastSurfaceIfNeeded mBlastBufferQueue=null isSameSurfaceControl=false
04-05 10:04:04.371 7351 7351 I BLASTBufferQueue: new BLASTBufferQueue, mName=
ViewRootImpl@b5912af[CameraLauncher] mNativeObject= 0x73039c2a80 sc.mNativeObject=
0x73171f8000 caller= android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:2909
android.view.ViewRootImpl.relayoutWindow:9847
android.view.ViewRootImpl.performTraversals:3884
android.view.ViewRootImpl.doTraversal:3116
android.view.ViewRootImpl$TraversalRunnable.run:10885
android.view.Choreographer$CallbackRecord.run:1301
android.view.Choreographer$CallbackRecord.run:1309
android.view.Choreographer.doCallbacks:923 android.view.Choreographer.doFrame:852
android.view.Choreographer$FrameDisplayEventReceiver.run:1283
04-05 10:04:04.371 7351 7351 I BLASTBufferQueue: update, w= 1080 h= 2400 mName =
ViewRootImpl@b5912af[CameraLauncher] mNativeObject= 0x73039c2a80 sc.mNativeObject=
0x73171f8000 format= -3 caller= android.graphics.BLASTBufferQueue.<init>:84
android.view.ViewRootImpl.updateBlastSurfaceIfNeeded:2909
android.view.ViewRootImpl.relayoutWindow:9847
android.view.ViewRootImpl.performTraversals:3884
android.view.ViewRootImpl.doTraversal:3116
android.view.ViewRootImpl$TraversalRunnable.run:10885
04-05 10:04:04.371 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Relayout
returned: old=(0,0,1080,2400) new=(0,0,1080,2400) req=(1080,2400)0 dur=14 res=0x3
s={true 0x7317452800} ch=true seqId=0
04-05 10:04:04.372 7351 7381 D OpenGLRenderer: RenderThread::requireGlContext()
04-05 10:04:04.372 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
mThreadedRenderer.initialize() mSurface={isValid=true 0x7317452800}
hwInitialized=true
04-05 10:04:04.373 7351 7351 I SurfaceView@7d69640: Changes: creating=false
format=false size=false visible=false alpha=false hint=false mUseAlpha=false
visible=false left=false top=false
04-05 10:04:04.374 7351 7351 I SurfaceView@7d69640: windowStopped(false) true
android.view.SurfaceView{7d69640 V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:04:04.374 7351 7351 I SurfaceView@7d69640: Changes: creating=true
format=false size=false visible=true alpha=false hint=false mUseAlpha=false
visible=true left=false top=false
04-05 10:04:04.376 7351 7351 I BLASTBufferQueue: update, w= 1920 h= 1080 mName =
null mNativeObject= 0x72c18c2100 sc.mNativeObject= 0x73172053e0 format= 4 caller=
android.view.SurfaceView.createBlastSurfaceControls:1383
android.view.SurfaceView.updateSurface:1079
android.view.SurfaceView.setWindowStopped:335
android.view.SurfaceView.surfaceCreated:1853
android.view.ViewRootImpl.notifySurfaceCreated:2820
android.view.ViewRootImpl.performTraversals:4293
04-05 10:04:04.377 7351 7351 I SurfaceView@7d69640: 131503680 Cur surface:
Surface(name=null)/@0x553631f
04-05 10:04:04.377 7351 7351 I SurfaceView@7d69640: pST: sr = Rect(0, 207 - 1080,
2127) sw = 1920 sh = 1080
04-05 10:04:04.377 7351 7351 D SurfaceView@7d69640: performSurfaceTransaction
RenderWorker position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 10:04:04.377 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x7398037600
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.setWindowStopped:335
04-05 10:04:04.377 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x7398037600android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.setWindowStopped:335
android.view.SurfaceView.surfaceCreated:1853
04-05 10:04:04.377 7351 7351 I SurfaceView@7d69640: updateSurface: mVisible =
true mSurface.isValid() = true
04-05 10:04:04.377 7351 7351 I SurfaceView@7d69640: updateSurface:
mSurfaceCreated = false surfaceChanged = true visibleChanged = true
04-05 10:04:04.377 7351 7351 I SurfaceView@7d69640: visibleChanged --
surfaceCreated
04-05 10:04:04.377 7351 7351 I SurfaceView@7d69640: surfaceCreated 2 #1
android.view.SurfaceView{7d69640 V.E...... ........ 0,0-1080,1920}
04-05 10:04:04.377 7351 7351 I SurfaceView@7d69640: surfaceChanged -- format=4
w=1920 h=1080
04-05 10:04:04.377 7351 7351 I SurfaceView@7d69640: surfaceChanged (1920,1080) 2
#1 android.view.SurfaceView{7d69640 V.E...... ........ 0,0-1080,1920}
04-05 10:04:04.377 7351 7351 I SurfaceView@7d69640: surfaceRedrawNeeded
04-05 10:04:04.379 7351 7351 V SurfaceView@7d69640: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 10:04:04.379 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
reportNextDraw android.view.ViewRootImpl.performTraversals:4438
android.view.ViewRootImpl.doTraversal:3116
android.view.ViewRootImpl$TraversalRunnable.run:10885
android.view.Choreographer$CallbackRecord.run:1301
android.view.Choreographer$CallbackRecord.run:1309
04-05 10:04:04.379 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Setup new
sync id=8
04-05 10:04:04.379 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Setting
syncFrameCallback
04-05 10:04:04.379 7351 7351 E SurfaceSyncer: Failed to find sync for id=0
04-05 10:04:04.379 7351 7351 E SurfaceSyncer: Failed to find sync for id=1
04-05 10:04:04.379 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
registerCallbacksForSync syncBuffer=false
04-05 10:04:04.383 7351 7543 I ViewRootImpl@b5912af[CameraLauncher]: Resizing
android.view.ViewRootImpl@3e80ab5: frame = [0,0][1080,2400] reportDraw = true
forceLayout = false syncSeqId = 0
04-05 10:04:04.392 7351 7381 D OpenGLRenderer: RenderThread::setGrContext()
04-05 10:04:04.392 7351 7381 D OpenGLRenderer: eglCreateWindowSurface
04-05 10:04:04.403 7351 7425 D SurfaceView@7d69640: updateSurfacePosition
RenderWorker, frameNr = 1, position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 10:04:04.403 7351 7425 I SurfaceView@7d69640: uSP: rtp = Rect(0, 207 -
1080, 2127) rtsw = 1920 rtsh = 1080
04-05 10:04:04.403 7351 7425 I SurfaceView@7d69640: onSSPAndSRT: pl = 0 pt = 207
sx = 0.5625 sy = 1.7777778
04-05 10:04:04.403 7351 7425 I SurfaceView@7d69640: aOrMT:
ViewRootImpl@b5912af[CameraLauncher] t =
android.view.SurfaceControl$Transaction@6bde6fc fN = 1 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
android.graphics.RenderNode$CompositePositionUpdateListener.positionChanged:373
04-05 10:04:04.403 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x7398078100 mBlastBufferQueue=0x73039c2a80 fn= 1 caller=
android.view.SurfaceView.applyOrMergeTransaction:1455 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
04-05 10:04:04.406 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73236cd100 mBlastBufferQueue=0x73039c2a80 fn= 1 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 10:04:04.406 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x7398037600 mBlastBufferQueue=0x73039c2a80 fn= 1 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 10:04:04.406 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: Received
frameDrawingCallback syncResult=0 frameNum=1.
04-05 10:04:04.406 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: Setting up
sync and frameCommitCallback
04-05 10:04:04.420 7351 7381 I BLASTBufferQueue:
[ViewRootImpl@b5912af[CameraLauncher]#14](f:0,a:0) onFrameAvailable the first frame
is available
04-05 10:04:04.421 7351 7381 I ViewRootImpl@b5912af[CameraLauncher]: Received
frameCommittedCallback lastAttemptedDrawFrameNum=1 didProduceBuffer=true
04-05 10:04:04.423 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
onSyncComplete
04-05 10:04:04.423 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: setupSync
seqId=0 mSyncId=8 fn=1 caller=android.view.ViewRootImpl$
$ExternalSyntheticLambda11.accept:6
android.window.SurfaceSyncer.lambda$setupSync$1$android-window-SurfaceSyncer:128
android.window.SurfaceSyncer$$ExternalSyntheticLambda1.accept:8
android.window.SurfaceSyncer$SyncSet.checkIfSyncIsComplete:382
android.window.SurfaceSyncer$SyncSet.markSyncReady:359
android.window.SurfaceSyncer.markSyncReady:151
android.view.ViewRootImpl.performTraversals:4503
04-05 10:04:04.423 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
reportDrawFinished seqId=0 mSyncId=-1 fn=1 mSurfaceChangedTransaction=0x7317319b00
04-05 10:04:04.426 7351 7351 I SurfaceView@7d69640: onWindowVisibilityChanged(8)
false android.view.SurfaceView{7d69640 V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:04:04.426 7351 7351 I SurfaceView@7d69640: Changes: creating=false
format=false size=false visible=true alpha=false hint=false mUseAlpha=false
visible=true left=false top=false
04-05 10:04:04.426 7351 7351 I SurfaceView@7d69640: 131503680 Cur surface:
Surface(name=null)/@0x553631f
04-05 10:04:04.426 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x73980c1500
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 10:04:04.426 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x73980c1500android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
android.view.View.dispatchDetachedFromWindow:22529
04-05 10:04:04.426 7351 7351 I SurfaceView@7d69640: surfaceDestroyed
04-05 10:04:04.426 7351 7351 I SurfaceView@7d69640: surfaceDestroyed
callback.size 1 #2 android.view.SurfaceView{7d69640 V.E...... ........ 0,0-
1080,1920}
04-05 10:04:04.426 7351 7351 I SurfaceView@7d69640: updateSurface: mVisible =
false mSurface.isValid() = true
04-05 10:04:04.426 7351 7351 I SurfaceView@7d69640: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:04:04.427 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x73980c1700
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:1172
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 10:04:04.427 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:04:04.427 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x73980c1700android.view.ViewRootImpl.applyTransactionOnDrawFromReleaseSurfaces:128
50 android.view.SurfaceView.applyTransactionOnVriDraw:2046
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:1172
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 10:04:04.427 7351 7351 V SurfaceView@7d69640: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 10:04:04.427 7351 7351 I SurfaceView@7d69640: onDetachedFromWindow:
tryReleaseSurfaces()
04-05 10:04:04.427 7351 7351 I SurfaceView@7d69640: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:04:04.427 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x73980c1900
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.onDetachedFromWindow:500
android.view.View.dispatchDetachedFromWindow:22538
04-05 10:04:04.427 7351 7351 I SurfaceView@7d69640: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:04:04.427 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x73980c1900android.view.ViewRootImpl.applyTransactionOnDrawFromReleaseSurfaces:128
50 android.view.SurfaceView.applyTransactionOnVriDraw:2046
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.onDetachedFromWindow:500
android.view.View.dispatchDetachedFromWindow:22538
04-05 10:04:04.428 7351 7351 D SurfaceView@1f142d5: setFixedSize -1x-1 ->
1920x1080
04-05 10:04:04.428 7351 7351 I SurfaceView@1f142d5: onWindowVisibilityChanged(0)
true android.view.SurfaceView{1f142d5 V.E...... ......I. 0,0-0,0} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:04:04.428 7351 7351 D SurfaceView@1f142d5: updateSurface: has no frame
04-05 10:04:04.431 7351 7351 D SurfaceView@1f142d5: updateSurface: has no frame
04-05 10:04:04.431 7351 7351 I SurfaceView@1f142d5: Changes: creating=true
format=true size=true visible=true alpha=false hint=false mUseAlpha=false
visible=true left=true top=true
04-05 10:04:04.433 7351 7351 I BLASTBufferQueue: update, w= 1920 h= 1080 mName =
null mNativeObject= 0x72c18c3980 sc.mNativeObject= 0x73172aa640 format= 4 caller=
android.view.SurfaceView.createBlastSurfaceControls:1383
android.view.SurfaceView.updateSurface:1079
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
android.view.SurfaceView$$ExternalSyntheticLambda5.onPreDraw:2
android.view.ViewTreeObserver.dispatchOnPreDraw:1121
android.view.ViewRootImpl.performTraversals:4442
04-05 10:04:04.433 7351 7351 I SurfaceView@1f142d5: 32588501 Cur surface:
Surface(name=null)/@0xbd48aea
04-05 10:04:04.433 7351 7351 I SurfaceView@1f142d5: pST: sr = Rect(0, 207 - 1080,
2127) sw = 1920 sh = 1080
04-05 10:04:04.433 7351 7351 D SurfaceView@1f142d5: performSurfaceTransaction
RenderWorker position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 10:04:04.433 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x73171ba100
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:04:04.433 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x73171ba100android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
android.view.SurfaceView$$ExternalSyntheticLambda5.onPreDraw:2
04-05 10:04:04.433 7351 7351 I SurfaceView@1f142d5: updateSurface: mVisible =
true mSurface.isValid() = true
04-05 10:04:04.433 7351 7351 I SurfaceView@1f142d5: updateSurface:
mSurfaceCreated = false surfaceChanged = true visibleChanged = true
04-05 10:04:04.433 7351 7351 I SurfaceView@1f142d5: visibleChanged --
surfaceCreated
04-05 10:04:04.433 7351 7351 I SurfaceView@1f142d5: surfaceCreated 2 #8
android.view.SurfaceView{1f142d5 V.E...... ......ID 0,0-1080,1920}
04-05 10:04:04.433 7351 7351 I SurfaceView@1f142d5: surfaceChanged -- format=4
w=1920 h=1080
04-05 10:04:04.433 7351 7351 I SurfaceView@1f142d5: surfaceChanged (1920,1080) 2
#8 android.view.SurfaceView{1f142d5 V.E...... ......ID 0,0-1080,1920}
04-05 10:04:04.433 7351 7351 I SurfaceView@1f142d5: surfaceRedrawNeeded
04-05 10:04:04.434 7351 7351 V SurfaceView@1f142d5: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 10:04:04.436 7351 7381 D SurfaceView@7d69640: windowPositionLost, frameNr =
2
04-05 10:04:04.437 7351 7424 D SurfaceView@1f142d5: updateSurfacePosition
RenderWorker, frameNr = 2, position = [0, 207, 1080, 2127] surfaceSize = 1920x1080
04-05 10:04:04.437 7351 7424 I SurfaceView@1f142d5: uSP: rtp = Rect(0, 207 -
1080, 2127) rtsw = 1920 rtsh = 1080
04-05 10:04:04.437 7351 7424 I SurfaceView@1f142d5: onSSPAndSRT: pl = 0 pt = 207
sx = 0.5625 sy = 1.7777778
04-05 10:04:04.437 7351 7424 I SurfaceView@1f142d5: aOrMT:
ViewRootImpl@b5912af[CameraLauncher] t =
android.view.SurfaceControl$Transaction@e903751 fN = 2 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
android.graphics.RenderNode$CompositePositionUpdateListener.positionChanged:373
04-05 10:04:04.437 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73171ba600 mBlastBufferQueue=0x73039c2a80 fn= 2 caller=
android.view.SurfaceView.applyOrMergeTransaction:1455 android.view.SurfaceView.-$
$Nest$mapplyOrMergeTransaction:0
android.view.SurfaceView$SurfaceViewPositionUpdateListener.positionChanged:1537
04-05 10:04:04.437 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73980c1500 mBlastBufferQueue=0x73039c2a80 fn= 2 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 10:04:04.437 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73980c1700 mBlastBufferQueue=0x73039c2a80 fn= 2 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 10:04:04.437 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73980c1900 mBlastBufferQueue=0x73039c2a80 fn= 2 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 10:04:04.437 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6740
04-05 10:04:04.439 7351 7351 D InsetsController: controlAnimationUnchecked: Added
types=1 animType=1
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.InsetsController.applyAnimation:1576
android.view.InsetsController.applyAnimation:1557
android.view.InsetsController.onControlsChanged:995
04-05 10:04:04.439 7351 7351 I SurfaceView@7d69640: finishedDrawing
04-05 10:04:04.440 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=false, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6727
04-05 10:04:04.440 7351 7424 I ViewRootImpl@b5912af[CameraLauncher]: mWNT:
t=0x73171ba100 mBlastBufferQueue=0x73039c2a80 fn= 2 caller=
android.view.ViewRootImpl.lambda$applyTransactionOnDraw$11$android-view-
ViewRootImpl:12865 android.view.ViewRootImpl$
$ExternalSyntheticLambda1.onFrameDraw:4
android.graphics.HardwareRenderer$FrameDrawingCallback.onFrameDraw:924
04-05 10:04:04.440 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleResized, msg = 5 frames=ClientWindowFrames{frame=[0,0][1080,2400]
display=[0,0][1080,2400] parentFrame=[0,0][0,0] parentClippedByDisplayCutout=false}
forceNextWindowRelayout=false displayId=0 resizeMode=-1 frameChanged=false
displayFrameChanged=false configChanged=false displayChanged=false
04-05 10:04:04.440 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleResized mSyncSeqId = 0
04-05 10:04:04.440 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
reportNextDraw android.view.ViewRootImpl.handleResized:2450
android.view.ViewRootImpl.-$$Nest$mhandleResized:0
android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6728
android.view.ViewRootImpl$ViewRootHandler.handleMessage:6697
android.os.Handler.dispatchMessage:106
04-05 10:04:04.442 7351 7351 I SurfaceView@1f142d5: finishedDrawing
04-05 10:04:04.447 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Setup new
sync id=9
04-05 10:04:04.447 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Setting
syncFrameCallback
04-05 10:04:04.447 7351 7351 E SurfaceSyncer: Failed to find sync for id=0
04-05 10:04:04.447 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
registerCallbacksForSync syncBuffer=false
04-05 10:04:04.450 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: Received
frameDrawingCallback syncResult=0 frameNum=3.
04-05 10:04:04.450 7351 7425 I ViewRootImpl@b5912af[CameraLauncher]: Setting up
sync and frameCommitCallback
04-05 10:04:04.452 7351 7381 I ViewRootImpl@b5912af[CameraLauncher]: Received
frameCommittedCallback lastAttemptedDrawFrameNum=3 didProduceBuffer=true
04-05 10:04:04.453 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
onSyncComplete
04-05 10:04:04.453 7351 7393 D SensorManager: registerListener :: 41, LSM6DSL
Gyroscope, 0, 0,
04-05 10:04:04.453 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: setupSync
seqId=0 mSyncId=9 fn=3 caller=android.view.ViewRootImpl$
$ExternalSyntheticLambda11.accept:6
android.window.SurfaceSyncer.lambda$setupSync$1$android-window-SurfaceSyncer:128
android.window.SurfaceSyncer$$ExternalSyntheticLambda1.accept:8
android.window.SurfaceSyncer$SyncSet.checkIfSyncIsComplete:382
android.window.SurfaceSyncer$SyncSet.markSyncReady:359
android.window.SurfaceSyncer.markSyncReady:151
android.view.ViewRootImpl.performTraversals:4503
04-05 10:04:04.453 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
reportDrawFinished seqId=0 mSyncId=-1 fn=3 mSurfaceChangedTransaction=0x7317319b00
04-05 10:04:04.454 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
MSG_WINDOW_FOCUS_CHANGED 1 0
04-05 10:04:04.454 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
mThreadedRenderer.initializeIfNeeded()#2 mSurface={isValid=true 0x7317452800}
04-05 10:04:04.458 7351 7351 D InputMethodManager: startInputInner - Id : 0
04-05 10:04:04.458 7351 7351 I InputMethodManager: startInputInner -
mService.startInputOrWindowGainedFocus
04-05 10:04:04.513 7351 10226 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_OPEN for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 10:04:04.590 7351 10226 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_ACTIVE for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 10:04:04.792 7351 7351 D InsetsController: cancelAnimation of types: 1,
animType: 1, host:
com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher,
from:android.view.InsetsController.notifyFinished:1375
android.view.InsetsAnimationThreadControlRunner$1.lambda$notifyFinished$0$android-
view-InsetsAnimationThreadControlRunner$1:84
android.view.InsetsAnimationThreadControlRunner$1$$ExternalSyntheticLambda1.run:4
04-05 10:04:05.028 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:05.028 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 390336,14 ms > 70,00 ms
04-05 10:04:05.029 7351 13612 W CAM_A : LONG_EXPOSURE > rel Δ(result sensor
timestamp) = 7729,96 > 0,25
04-05 10:04:05.029 7351 13612 W CAM_A : LONG_EXPOSURE > result sensor delay =
7729,62 > 1,10
04-05 10:04:05.033 7351 7844 I BLASTBufferQueue:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#16](f:0,a:0) onFrameAvailable the first frame is available
04-05 10:04:05.033 7351 13612 W CAM_A : Previous or current projection matrix
cannot be computed. Defaulting to identity
04-05 10:04:05.038 7351 7380 W CAM_A : Extractor (frame) of type
feature.acmi.imu.frame-straightness depends on foreign type
feature.acmi.imu.camera-orientation! Feature values may be calculated out of order!
04-05 10:04:05.038 7351 7380 W CAM_A : Extractor (frame) of type
feature.acmi.imu.frame-straightness depends on foreign type
feature.acmi.imu.camera-orientation! Feature values may be calculated out of order!
04-05 10:04:05.041 7351 7380 D SensorManager: registerListener :: 11, LSM6DSL
Accelerometer, 200000, 0,
04-05 10:04:05.042 7351 7380 D SensorManager: registerListener :: 41, LSM6DSL
Gyroscope, 200000, 0, ftr@ca18b5b
04-05 10:04:05.076 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:05.076 7351 13612 W CAM_A : LONG_EXPOSURE > rel Δ(result sensor
timestamp) = 1,00 > 0,25
04-05 10:04:05.126 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:05.149 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:05.167 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:05.173 7351 7443 E native : E0405 10:04:05.171731 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:05.176 7351 7437 E GoLog : E0405 10:04:05.171731 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:05.177 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:05.219 7351 7844 I ViewRootImpl@b5912af[CameraLauncher]: Resizing
android.view.ViewRootImpl@3e80ab5: frame = [0,0][1080,2400] reportDraw = false
forceLayout = false syncSeqId = 0
04-05 10:04:05.219 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6727
04-05 10:04:05.219 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleResized, msg = 4 frames=ClientWindowFrames{frame=[0,0][1080,2400]
display=[0,0][1080,2400] parentFrame=[0,0][0,0] parentClippedByDisplayCutout=false}
forceNextWindowRelayout=false displayId=0 resizeMode=-1 frameChanged=false
displayFrameChanged=false configChanged=false displayChanged=false
04-05 10:04:05.229 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:05.242 7351 7377 D SensorManager: unregisterListener
04-05 10:04:05.249 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:05.265 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:05.265 7351 7443 E native : E0405 10:04:05.265229 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:05.265 7351 7437 E GoLog : E0405 10:04:05.265229 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:05.278 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:05.348 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:05.366 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:05.380 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:05.380 7351 7443 E native : E0405 10:04:05.380651 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:05.380 7351 7437 E GoLog : E0405 10:04:05.380651 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:05.420 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:05.421 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 70,48 ms > 70,00 ms
04-05 10:04:05.421 7351 13612 W CAM_A : LONG_EXPOSURE > rel Δ(result sensor
timestamp) = 0,40 > 0,25
04-05 10:04:05.490 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:05.492 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 70,48 ms > 70,00 ms
04-05 10:04:05.521 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:05.536 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:05.536 7351 7437 E GoLog : E0405 10:04:05.536800 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:05.536 7351 7443 E native : E0405 10:04:05.536800 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:05.560 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:05.560 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 70,48 ms > 70,00 ms
04-05 10:04:05.644 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:05.644 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 70,48 ms > 70,00 ms
04-05 10:04:05.672 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:05.691 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:05.692 7351 7443 E native : E0405 10:04:05.691963 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:05.692 7351 7437 E GoLog : E0405 10:04:05.691963 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:05.724 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:05.725 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 70,47 ms > 70,00 ms
04-05 10:04:05.797 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:05.797 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 80,47 ms > 70,00 ms
04-05 10:04:05.828 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:05.851 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:05.852 7351 7443 E native : E0405 10:04:05.852059 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:05.852 7351 7437 E GoLog : E0405 10:04:05.852059 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:05.880 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:05.881 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 80,47 ms > 70,00 ms
04-05 10:04:05.959 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:05.960 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 90,47 ms > 70,00 ms
04-05 10:04:05.960 7351 13612 W CAM_A : LONG_EXPOSURE > result sensor delay =
1,28 > 1,10
04-05 10:04:06.006 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:06.027 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:06.028 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 70,48 ms > 70,00 ms
04-05 10:04:06.036 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:06.037 7351 7443 E native : E0405 10:04:06.037075 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:06.037 7351 7437 E GoLog : E0405 10:04:06.037075 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:06.105 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:06.106 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 70,48 ms > 70,00 ms
04-05 10:04:06.148 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:06.171 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:06.172 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 70,48 ms > 70,00 ms
04-05 10:04:06.189 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:06.190 7351 7443 E native : E0405 10:04:06.189975 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:06.190 7351 7437 E GoLog : E0405 10:04:06.189975 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:06.243 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:06.245 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 70,48 ms > 70,00 ms
04-05 10:04:06.290 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:06.313 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:06.313 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 70,48 ms > 70,00 ms
04-05 10:04:06.324 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:06.325 7351 7443 E native : E0405 10:04:06.325217 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:06.326 7351 7437 E GoLog : E0405 10:04:06.325217 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:06.391 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:06.392 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 70,48 ms > 70,00 ms
04-05 10:04:06.433 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:06.457 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:06.459 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 70,48 ms > 70,00 ms
04-05 10:04:06.470 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:06.470 7351 7443 E native : E0405 10:04:06.470436 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:06.470 7351 7437 E GoLog : E0405 10:04:06.470436 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:06.538 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:06.539 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 70,48 ms > 70,00 ms
04-05 10:04:06.574 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:06.600 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:06.601 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 70,48 ms > 70,00 ms
04-05 10:04:06.604 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:06.604 7351 7443 E native : E0405 10:04:06.604831 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:06.605 7351 7437 E GoLog : E0405 10:04:06.604831 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:06.666 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:06.667 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 70,48 ms > 70,00 ms
04-05 10:04:06.706 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:06.734 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:06.735 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 70,48 ms > 70,00 ms
04-05 10:04:06.736 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:06.737 7351 7443 E native : E0405 10:04:06.736985 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:06.737 7351 7437 E GoLog : E0405 10:04:06.736985 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:06.808 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:06.809 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 80,48 ms > 70,00 ms
04-05 10:04:06.809 7351 13612 W CAM_A : LONG_EXPOSURE > result sensor delay =
1,33 > 1,10
04-05 10:04:06.850 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:06.865 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:06.865 7351 13612 W CAM_A : LONG_EXPOSURE > abs Δ(result sensor
timestamp) = 70,48 ms > 70,00 ms
04-05 10:04:06.865 7351 13612 W CAM_A : LONG_EXPOSURE > result sensor delay =
1,40 > 1,10
04-05 10:04:06.882 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:06.882 7351 7443 E native : E0405 10:04:06.882657 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:06.882 7351 7437 E GoLog : E0405 10:04:06.882657 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:06.920 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:06.921 7351 13612 W CAM_A : LONG_EXPOSURE > rel Δ(result sensor
timestamp) = 0,28 > 0,25
04-05 10:04:06.969 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:06.973 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:06.973 7351 13612 W CAM_A : LONG_EXPOSURE > result sensor delay =
1,49 > 1,10
04-05 10:04:07.001 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.003 7351 7443 E native : E0405 10:04:07.002952 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.003 7351 7437 E GoLog : E0405 10:04:07.002952 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.010 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.011 7351 13612 W CAM_A : LONG_EXPOSURE > rel Δ(result sensor
timestamp) = 0,33 > 0,25
04-05 10:04:07.038 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.048 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.064 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.064 7351 7443 E native : E0405 10:04:07.064825 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.064 7351 7437 E GoLog : E0405 10:04:07.064825 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.086 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.114 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.129 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.137 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.137 7351 7443 E native : E0405 10:04:07.137448 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.137 7351 7437 E GoLog : E0405 10:04:07.137448 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.146 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6740
04-05 10:04:07.150 7351 7543 I ViewRootImpl@b5912af[CameraLauncher]: Resizing
android.view.ViewRootImpl@3e80ab5: frame = [0,0][1080,2400] reportDraw = false
forceLayout = false syncSeqId = 0
04-05 10:04:07.151 7351 7351 D InsetsController: onStateChanged: InsetsState:
{mDisplayFrame=Rect(0, 0 - 1080, 2400), mDisplayCutout=DisplayCutout{insets=Rect(0,
93 - 0, 0) waterfall=Insets{left=0, top=0, right=0, bottom=0}
boundingRect={Bounds=[Rect(0, 0 - 0, 0), Rect(501, 0 - 579, 93), Rect(0, 0 - 0, 0),
Rect(0, 0 - 0, 0)]} cutoutPathParserInfo={CutoutPathParserInfo{displayWidth=1080
displayHeight=2400 physicalDisplayWidth=1080 physicalDisplayHeight=2400
density={2.625} cutoutSpec={M 0,0 H -14.85714285714286 V 35.42857142857143 H
14.85714285714286 V 0 H 0 Z @dp} rotation={0} scale={1.0}
physicalPixelDisplaySizeRatio={1.0}}}},
mRoundedCorners=RoundedCorners{[RoundedCorner{position=TopLeft, radius=84,
center=Point(84, 84)}, RoundedCorner{position=TopRight, radius=84,
center=Point(996, 84)}, RoundedCorner{position=BottomRight, radius=84,
center=Point(996, 2316)}, RoundedCorner{position=BottomLeft, radius=84,
center=Point(84, 2316)}]} mRoundedCornerFrame=Rect(0, 0 - 1080, 2400),
mPrivacyIndicatorBounds=PrivacyIndicatorBounds {static bounds=Rect(964, 0 - 1080,
93) rotation=0}, mSources= { InsetsSource: {mType=ITYPE_STATUS_BAR, mFrame=[0,0]
[1080,93], mVisible=false, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_NAVIGATION_BAR, mFrame=[0,2361][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_GESTURES,
mFrame=[0,0][78,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_RIGHT_GESTURES, mFrame=[1002,0][1080,2400],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_TOP_MANDATORY_GESTURES, mFrame=[0,0][1080,125], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_MANDATORY_GESTURES, mFrame=[0,2316][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_LEFT_DISPLAY_CUTOUT,
mFrame=[0,0][-100000,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_DISPLAY_CUTOUT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_RIGHT_DISPLAY_CUTOUT, mFrame=[100000,0][1080,2400], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_BOTTOM_DISPLAY_CUTOUT,
mFrame=[0,100000][1080,2400], mVisible=true, mInsetsRoundedCornerFrame=false},
InsetsSource: {mType=ITYPE_TOP_TAPPABLE_ELEMENT, mFrame=[0,0][1080,93],
mVisible=true, mInsetsRoundedCornerFrame=false}, InsetsSource:
{mType=ITYPE_BOTTOM_TAPPABLE_ELEMENT, mFrame=[0,0][0,0], mVisible=true,
mInsetsRoundedCornerFrame=false}, InsetsSource: {mType=ITYPE_IME, mFrame=[0,0]
[0,0], mVisibleFrame=[0,1447][1080,2400], mVisible=false,
mInsetsRoundedCornerFrame=false} }
host=com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher
from=android.view.ViewRootImpl$ViewRootHandler.handleMessageImpl:6727
04-05 10:04:07.151 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleResized, msg = 4 frames=ClientWindowFrames{frame=[0,0][1080,2400]
display=[0,0][1080,2400] parentFrame=[0,0][0,0] parentClippedByDisplayCutout=false}
forceNextWindowRelayout=false displayId=0 resizeMode=-1 frameChanged=false
displayFrameChanged=false configChanged=false displayChanged=false
04-05 10:04:07.170 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.196 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.207 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.221 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.221 7351 7443 E native : E0405 10:04:07.221730 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.221 7351 7437 E GoLog : E0405 10:04:07.221730 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.248 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.287 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.295 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.309 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.310 7351 7443 E native : E0405 10:04:07.309993 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.310 7351 7437 E GoLog : E0405 10:04:07.309993 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.328 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.355 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.376 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.382 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.383 7351 7443 E native : E0405 10:04:07.382996 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.383 7351 7437 E GoLog : E0405 10:04:07.382996 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.415 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.454 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.455 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.484 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.484 7351 7443 E native : E0405 10:04:07.484368 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.484 7351 7437 E GoLog : E0405 10:04:07.484368 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.496 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.522 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.534 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.548 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.548 7351 7443 E native : E0405 10:04:07.548831 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.549 7351 7437 E GoLog : E0405 10:04:07.548831 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.572 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.611 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.621 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.647 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.648 7351 7443 E native : E0405 10:04:07.648404 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.648 7351 7437 E GoLog : E0405 10:04:07.648404 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.659 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.689 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.698 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.716 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.717 7351 7443 E native : E0405 10:04:07.716954 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.718 7351 7437 E GoLog : E0405 10:04:07.716954 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.735 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.770 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.779 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.802 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.802 7351 7443 E native : E0405 10:04:07.802268 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.802 7351 7437 E GoLog : E0405 10:04:07.802268 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.813 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.830 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.851 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.852 7351 7443 E native : E0405 10:04:07.851955 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.852 7351 7437 E GoLog : E0405 10:04:07.851955 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.860 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.902 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.937 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:07.948 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.977 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:07.978 7351 7443 E native : E0405 10:04:07.978042 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.980 7351 7437 E GoLog : E0405 10:04:07.978042 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:07.986 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.016 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.019 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.039 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.040 7351 7443 E native : E0405 10:04:08.040256 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.040 7351 7437 E GoLog : E0405 10:04:08.040256 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.059 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.079 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.097 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.098 7351 7443 E native : E0405 10:04:08.098092 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.098 7351 7437 E GoLog : E0405 10:04:08.098092 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.107 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.142 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.180 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.189 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.204 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.205 7351 7443 E native : E0405 10:04:08.205152 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.206 7351 7437 E GoLog : E0405 10:04:08.205152 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.219 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.236 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.252 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.253 7351 7443 E native : E0405 10:04:08.253108 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.253 7351 7437 E GoLog : E0405 10:04:08.253108 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.260 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.324 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.343 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.359 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.384 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.385 7351 7443 E native : E0405 10:04:08.384959 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.385 7351 7437 E GoLog : E0405 10:04:08.384959 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.385 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.411 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.426 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.433 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.433 7351 7443 E native : E0405 10:04:08.433640 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.433 7351 7437 E GoLog : E0405 10:04:08.433640 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.471 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.506 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.514 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.543 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.543 7351 7443 E native : E0405 10:04:08.543274 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.544 7351 7437 E GoLog : E0405 10:04:08.543274 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.556 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.575 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.589 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.596 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.597 7351 7443 E native : E0405 10:04:08.596956 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.597 7351 7437 E GoLog : E0405 10:04:08.596956 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.627 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.647 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.665 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.670 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.671 7351 7443 E native : E0405 10:04:08.671087 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.671 7351 7437 E GoLog : E0405 10:04:08.671087 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.709 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.742 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.749 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.764 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.764 7351 7443 E native : E0405 10:04:08.764879 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.765 7351 7437 E GoLog : E0405 10:04:08.764879 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.785 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.813 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.828 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.843 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.844 7351 7443 E native : E0405 10:04:08.844106 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.844 7351 7437 E GoLog : E0405 10:04:08.844106 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.868 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.905 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.916 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.931 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:08.931 7351 7443 E native : E0405 10:04:08.931323 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.931 7351 7437 E GoLog : E0405 10:04:08.931323 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:08.959 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.989 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:08.990 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.015 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.016 7351 7443 E native : E0405 10:04:09.016365 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.016 7351 7437 E GoLog : E0405 10:04:09.016365 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.033 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.051 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.069 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.070 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.071 7351 7443 E native : E0405 10:04:09.071034 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.071 7351 7437 E GoLog : E0405 10:04:09.071034 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.116 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.136 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.151 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.161 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.161 7351 7443 E native : E0405 10:04:09.161442 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.161 7351 7437 E GoLog : E0405 10:04:09.161442 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.198 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.240 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.246 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.273 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.273 7351 7443 E native : E0405 10:04:09.273662 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.273 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.274 7351 7437 E GoLog : E0405 10:04:09.273662 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.304 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.311 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.323 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.323 7351 7443 E native : E0405 10:04:09.323442 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.323 7351 7437 E GoLog : E0405 10:04:09.323442 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.353 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.387 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 0
04-05 10:04:09.388 7351 7351 I GestureDetector: obtain mCurrentDownEvent. id:
5719584 caller:
com.google.android.apps.camera.ui.shutterbutton.ShutterButton.dispatchTouchEvent:19
5 android.view.ViewGroup.dispatchTransformedTouchEvent:3316
android.view.ViewGroup.dispatchTouchEvent:2931
04-05 10:04:09.397 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.399 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.407 7351 7351 I GestureDetector: obtain mCurrentMotionEventRaw.
action: 2 id: 1051347177
04-05 10:04:09.419 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.420 7351 7443 E native : E0405 10:04:09.419917 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.420 7351 7437 E GoLog : E0405 10:04:09.419917 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.430 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.446 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.464 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.464 7351 7443 E native : E0405 10:04:09.464213 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.464 7351 7437 E GoLog : E0405 10:04:09.464213 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.471 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.512 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.541 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.551 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.553 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 1
04-05 10:04:09.567 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.568 7351 7443 E native : E0405 10:04:09.568365 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.568 7351 7437 E GoLog : E0405 10:04:09.568365 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.590 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.610 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.626 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.626 7351 7443 E native : E0405 10:04:09.626586 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.626 7351 7437 E GoLog : E0405 10:04:09.626586 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.635 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.672 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.688 7351 7351 I GestureDetector: handleMessage TAP
04-05 10:04:09.689 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.706 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.706 7351 7443 E native : E0405 10:04:09.706166 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.706 7351 7437 E GoLog : E0405 10:04:09.706166 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.712 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.752 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.782 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.795 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.802 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.802 7351 7443 E native : E0405 10:04:09.802547 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.802 7351 7437 E GoLog : E0405 10:04:09.802547 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.835 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.861 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.874 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.885 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.885 7351 7443 E native : E0405 10:04:09.885509 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.885 7351 7437 E GoLog : E0405 10:04:09.885509 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.914 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.942 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.955 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:09.957 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:09.958 7351 7443 E native : E0405 10:04:09.958885 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:09.959 7351 7437 E GoLog : E0405 10:04:09.958885 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:10.004 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.034 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:10.038 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.062 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:10.063 7351 7443 E native : E0405 10:04:10.063460 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:10.063 7351 7437 E GoLog : E0405 10:04:10.063460 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:10.083 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.106 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:10.121 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.131 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:10.132 7351 7437 E GoLog : E0405 10:04:10.131967 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:10.132 7351 7443 E native : E0405 10:04:10.131967 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:10.166 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.197 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:10.208 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.226 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:10.226 7351 7443 E native : E0405 10:04:10.226721 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:10.226 7351 7437 E GoLog : E0405 10:04:10.226721 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:10.243 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.254 7351 13702 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:10.266 7351 13702 E libgcam : [static_metadata.cc:130]: IsValid:
Expected number of illuminant>=3, actual=0
04-05 10:04:10.267 7351 13702 E libgcam : [awb_hdrplus_helper.cc:893]:
CreateInstance: qc_color_calibration is invalid:
04-05 10:04:10.267 7351 13702 E libgcam : num_lights 0
04-05 10:04:10.267 7351 13702 E libgcam : rg_ratios
04-05 10:04:10.267 7351 13702 E libgcam : bg_ratios
04-05 10:04:10.267 7351 13702 E libgcam : grgb_ratio 0
04-05 10:04:10.288 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.294 7351 13702 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:10.325 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.327 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:10.359 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:10.365 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.392 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:10.405 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.425 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:10.436 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:10.448 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.458 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:10.467 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:10.468 7351 7443 E native : E0405 10:04:10.468080 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:10.468 7351 7437 E GoLog : E0405 10:04:10.468080 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:10.486 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.491 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:10.507 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:10.524 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:10.527 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:10.527 7351 7443 E native : E0405 10:04:10.527744 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:10.527 7351 7437 E GoLog : E0405 10:04:10.527744 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:10.534 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.557 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:10.565 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.590 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:10.606 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:10.610 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.623 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:10.628 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:10.628 7351 7443 E native : E0405 10:04:10.628844 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:10.629 7351 7437 E GoLog : E0405 10:04:10.628844 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:10.637 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.637 7351 13612 W CAM_A : LONG_EXPOSURE > result sensor delay =
1,14 > 1,10
04-05 10:04:10.657 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:10.669 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.669 7351 13702 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 0 not within tolerance (actual 37.2889 ms, request
60 ms).
04-05 10:04:10.669 7351 13702 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 0 too high (actual 11.0889x, request 6.90535x).
04-05 10:04:10.669 7351 13702 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 0 not within tolerance (actual 11.0889x, request
6.90535x).
04-05 10:04:10.672 7351 10791 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 10:04:10.689 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:10.712 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.721 7351 13702 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 1 not within tolerance (actual 37.2889 ms, request
60 ms).
04-05 10:04:10.721 7351 13702 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 1 too high (actual 11.0889x, request 6.90535x).
04-05 10:04:10.721 7351 13702 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 1 not within tolerance (actual 11.0889x, request
6.90535x).
04-05 10:04:10.722 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:10.723 7351 10791 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 10:04:10.744 7351 13702 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 2 not within tolerance (actual 37.2889 ms, request
60 ms).
04-05 10:04:10.744 7351 13702 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 2 too high (actual 11.0889x, request 6.90535x).
04-05 10:04:10.744 7351 13702 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 2 not within tolerance (actual 11.0889x, request
6.90535x).
04-05 10:04:10.746 7351 10791 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 10:04:10.746 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.755 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:10.784 7351 13702 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 3 not within tolerance (actual 37.2889 ms, request
60 ms).
04-05 10:04:10.784 7351 13702 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 3 too high (actual 11.0889x, request 6.90535x).
04-05 10:04:10.784 7351 13702 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 3 not within tolerance (actual 11.0889x, request
6.90535x).
04-05 10:04:10.785 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.785 7351 10791 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 10:04:10.788 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:10.821 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:10.830 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.832 7351 13702 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 4 not within tolerance (actual 37.2889 ms, request
60 ms).
04-05 10:04:10.832 7351 13702 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 4 too high (actual 11.0889x, request 6.90535x).
04-05 10:04:10.832 7351 13702 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 4 not within tolerance (actual 11.0889x, request
6.90535x).
04-05 10:04:10.834 7351 10791 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 10:04:10.854 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:10.864 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.866 7351 13702 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 5 not within tolerance (actual 37.2889 ms, request
60 ms).
04-05 10:04:10.866 7351 13702 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 5 too high (actual 11.0889x, request 6.90535x).
04-05 10:04:10.866 7351 13702 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 5 not within tolerance (actual 11.0889x, request
6.90535x).
04-05 10:04:10.867 7351 10791 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 10:04:10.881 7351 7358 W MessageQueue: Handler (android.os.Handler)
{ce15150} sending message to a Handler on a dead thread
04-05 10:04:10.881 7351 7358 W MessageQueue: java.lang.IllegalStateException:
Handler (android.os.Handler) {ce15150} sending message to a Handler on a dead
thread
04-05 10:04:10.881 7351 7358 W MessageQueue: at
android.os.MessageQueue.enqueueMessage(MessageQueue.java:560)
04-05 10:04:10.881 7351 7358 W MessageQueue: at
android.os.Handler.enqueueMessage(Handler.java:778)
04-05 10:04:10.881 7351 7358 W MessageQueue: at
android.os.Handler.sendMessageAtTime(Handler.java:727)
04-05 10:04:10.881 7351 7358 W MessageQueue: at
android.os.Handler.sendMessageDelayed(Handler.java:697)
04-05 10:04:10.881 7351 7358 W MessageQueue: at
android.os.Handler.post(Handler.java:427)
04-05 10:04:10.881 7351 7358 W MessageQueue: at
android.hardware.camera2.impl.CameraDeviceImpl$CameraHandlerExecutor.execute(Camera
DeviceImpl.java:2383)
04-05 10:04:10.881 7351 7358 W MessageQueue: at
android.hardware.camera2.impl.CallbackProxies$SessionStateCallbackProxy.onClosed(Ca
llbackProxies.java:104)
04-05 10:04:10.881 7351 7358 W MessageQueue: at
android.hardware.camera2.impl.CameraCaptureSessionImpl.close(CameraCaptureSessionIm
pl.java:588)
04-05 10:04:10.881 7351 7358 W MessageQueue: at
android.hardware.camera2.impl.CameraCaptureSessionImpl.finalize(CameraCaptureSessio
nImpl.java:879)
04-05 10:04:10.881 7351 7358 W MessageQueue: at
java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:370)
04-05 10:04:10.881 7351 7358 W MessageQueue: at
java.lang.Daemons$FinalizerDaemon.processReference(Daemons.java:350)
04-05 10:04:10.881 7351 7358 W MessageQueue: at
java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:322)
04-05 10:04:10.881 7351 7358 W MessageQueue: at
java.lang.Daemons$Daemon.run(Daemons.java:131)
04-05 10:04:10.881 7351 7358 W MessageQueue: at
java.lang.Thread.run(Thread.java:1012)
04-05 10:04:10.887 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:10.891 7351 13702 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 6 not within tolerance (actual 37.2889 ms, request
60 ms).
04-05 10:04:10.891 7351 13702 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 6 too high (actual 11.0889x, request 6.90535x).
04-05 10:04:10.891 7351 13702 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 6 not within tolerance (actual 11.0889x, request
6.90535x).
04-05 10:04:10.892 7351 10791 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 10:04:10.896 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.920 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:10.938 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.950 7351 13702 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 7 not within tolerance (actual 37.2889 ms, request
60 ms).
04-05 10:04:10.950 7351 13702 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 7 too high (actual 11.0889x, request 6.90535x).
04-05 10:04:10.950 7351 13702 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 7 not within tolerance (actual 11.0889x, request
6.90535x).
04-05 10:04:10.952 7351 10791 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 10:04:10.954 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:10.975 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:10.979 7351 13702 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 8 not within tolerance (actual 37.2889 ms, request
60 ms).
04-05 10:04:10.979 7351 13702 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 8 too high (actual 11.0889x, request 6.90535x).
04-05 10:04:10.979 7351 13702 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 8 not within tolerance (actual 11.0889x, request
6.90535x).
04-05 10:04:10.980 7351 10791 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 10:04:10.986 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:11.004 7351 13702 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 9 not within tolerance (actual 37.2889 ms, request
60 ms).
04-05 10:04:11.004 7351 13702 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 9 too high (actual 11.0889x, request 6.90535x).
04-05 10:04:11.004 7351 13702 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 9 not within tolerance (actual 11.0889x, request
6.90535x).
04-05 10:04:11.008 7351 10791 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 10:04:11.012 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.019 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:11.051 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.052 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:11.053 7351 13702 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 10 not within tolerance (actual 37.2889 ms, request
60 ms).
04-05 10:04:11.053 7351 13702 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 10 too high (actual 11.0889x, request 6.90535x).
04-05 10:04:11.053 7351 13702 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 10 not within tolerance (actual 11.0889x, request
6.90535x).
04-05 10:04:11.056 7351 10791 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 10:04:11.085 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:11.092 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.094 7351 13702 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 11 not within tolerance (actual 37.2889 ms, request
60 ms).
04-05 10:04:11.094 7351 13702 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 11 too high (actual 11.0889x, request 6.90535x).
04-05 10:04:11.094 7351 13702 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 11 not within tolerance (actual 11.0889x, request
6.90535x).
04-05 10:04:11.096 7351 10791 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 10:04:11.118 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:11.127 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.133 7351 13702 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 12 not within tolerance (actual 37.2889 ms, request
60 ms).
04-05 10:04:11.133 7351 13702 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 12 too high (actual 11.0889x, request 6.90535x).
04-05 10:04:11.133 7351 13702 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 12 not within tolerance (actual 11.0889x, request
6.90535x).
04-05 10:04:11.134 7351 10791 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 10:04:11.151 7351 7391 W CAM_A : Can not update PitchRollIndicator:
cameraCoachHudController = true, inAppNotificationController = true, isHintEnabled
= false
04-05 10:04:11.157 7351 13702 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 13 not within tolerance (actual 37.2889 ms, request
60 ms).
04-05 10:04:11.157 7351 13702 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 13 too high (actual 11.0889x, request 6.90535x).
04-05 10:04:11.157 7351 13702 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 13 not within tolerance (actual 11.0889x, request
6.90535x).
04-05 10:04:11.159 7351 10791 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 10:04:11.162 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.195 7351 13702 W libgcam : [shot.cc:1285]: CheckRequestConsistency:
Exposure time for payload frame 14 not within tolerance (actual 37.2889 ms, request
60 ms).
04-05 10:04:11.195 7351 13702 W libgcam : [shot.cc:1297]: CheckRequestConsistency:
Analog gain for payload frame 14 too high (actual 11.0889x, request 6.90535x).
04-05 10:04:11.195 7351 13702 W libgcam : [shot.cc:1309]: CheckRequestConsistency:
Analog gain for payload frame 14 not within tolerance (actual 11.0889x, request
6.90535x).
04-05 10:04:11.196 7351 10791 E libgcam : [camera_motion_blur_estimator.cc:57]:
EstimateCameraMotionBlur: Can't estimate camera motion blur, because gyro data is
missing.
04-05 10:04:11.203 7351 10791 W libgcam : [shot_helper.cc:352]:
LogViewfinderAeWarnings: viewfinder_short_tet (0.000ms) is further than expected
from the capture TET (413.492ms). Relative error: 100%.
04-05 10:04:11.206 7351 10791 E libgcam : [shot.cc:2728]: ChooseWbGains:
AwbHdrPlusHelper is null. Using driver AWB from base frame.
04-05 10:04:11.218 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.258 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.263 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:11.284 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:11.284 7351 7443 E native : E0405 10:04:11.284907 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:11.286 7351 7437 E GoLog : E0405 10:04:11.284907 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:11.295 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.306 7351 10791 E libgcam : [shot.cc:2728]: ChooseWbGains:
AwbHdrPlusHelper is null. Using driver AWB from base frame.
04-05 10:04:11.317 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:11.341 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.342 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:11.343 7351 7443 E native : E0405 10:04:11.342998 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:11.343 7351 7437 E GoLog : E0405 10:04:11.342998 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:11.366 7351 7380 I tflite : Replacing 5 node(s) with delegate
(TfLiteXNNPackDelegate) node, yielding 1 partitions.
04-05 10:04:11.367 7351 7437 E GoLog : INFO: Replacing 5 node(s) with delegate
(TfLiteXNNPackDelegate) node, yielding 1 partitions.
04-05 10:04:11.379 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.419 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:11.429 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.451 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:11.452 7351 7443 E native : E0405 10:04:11.452032 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:11.454 7351 7437 E GoLog : E0405 10:04:11.452032 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:11.460 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.484 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/* className=com.instagram.share.handleractivity.ShareHandlerActivity
04-05 10:04:11.484 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/*
className=com.instagram.share.handleractivity.ReelShareHandlerActivity
04-05 10:04:11.484 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/*
className=com.instagram.direct.share.handler.DirectExternalMediaShareActivityPhotoI
nterop
04-05 10:04:11.484 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/* className=com.whatsapp.contact.ui.picker.ContactPicker
04-05 10:04:11.484 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=image/* className=com.linecorp.line.keepmemo.share.os.KeepMemoSaveActivity
04-05 10:04:11.491 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/* className=com.instagram.share.handleractivity.ShareHandlerActivity
04-05 10:04:11.491 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/*
className=com.instagram.share.handleractivity.ReelShareHandlerActivity
04-05 10:04:11.492 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/*
className=com.instagram.direct.share.handler.DirectExternalMediaShareActivityVideoI
nterop
04-05 10:04:11.492 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/* className=com.whatsapp.contact.ui.picker.ContactPicker
04-05 10:04:11.492 7351 7351 W CAM_A : isListed: unknown activity.
mimeType=video/* className=com.linecorp.line.keepmemo.share.os.KeepMemoSaveActivity
04-05 10:04:11.503 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:11.507 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.537 7351 7391 I AppIconSolution: start to load,
pkg=com.instagram.android, bg=126-126, dr=189-189, forDefault=false, density=0
04-05 10:04:11.540 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.540 7351 7391 I AppIconSolution: getIconScale,
pkg=com.instagram.android, size=189, iconScale=IconScale[alpha=1, scale=0.62,
isCrop=false]
04-05 10:04:11.541 7351 7391 I AppIconSolution: fromTheme2,
pkg=com.instagram.android, bg=126-126, dr=189-189, tarScale=0.62,
relScale=0.41775402, mask=false, isCropInTheme = false, isNight = true
04-05 10:04:11.549 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:11.550 7351 7443 E native : E0405 10:04:11.550186 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:11.555 7351 7437 E GoLog : E0405 10:04:11.550186 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:11.576 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.580 7351 7391 I AppIconSolution: start to load,
pkg=com.google.android.youtube, bg=126-126, dr=189-189, forDefault=false, density=0
04-05 10:04:11.584 7351 7391 I AppIconSolution: getIconScale,
pkg=com.google.android.youtube, size=189, iconScale=IconScale[alpha=1, scale=0.62,
isCrop=false]
04-05 10:04:11.584 7351 7391 I AppIconSolution: fromTheme2,
pkg=com.google.android.youtube, bg=126-126, dr=189-189, tarScale=0.62,
relScale=0.41775402, mask=false, isCropInTheme = false, isNight = true
04-05 10:04:11.595 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:11.618 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.622 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:11.622 7351 7443 E native : E0405 10:04:11.622936 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:11.623 7351 7437 E GoLog : E0405 10:04:11.622936 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:11.660 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.660 7351 7391 I AppIconSolution: start to load,
pkg=com.google.android.apps.tachyon, bg=126-126, dr=189-189, forDefault=false,
density=0
04-05 10:04:11.673 7351 7391 I AppIconSolution: getIconScale,
pkg=com.google.android.apps.tachyon, size=189, iconScale=IconScale[alpha=1,
scale=0.62, isCrop=false]
04-05 10:04:11.673 7351 7391 I AppIconSolution: fromTheme2,
pkg=com.google.android.apps.tachyon, bg=126-126, dr=189-189, tarScale=0.62,
relScale=0.41775402, mask=false, isCropInTheme = false, isNight = true
04-05 10:04:11.674 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:11.698 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.708 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:11.709 7351 7443 E native : E0405 10:04:11.709040 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:11.711 7351 7437 E GoLog : E0405 10:04:11.709040 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:11.732 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:11.757 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.785 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:11.785 7351 7443 E native : E0405 10:04:11.785241 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:11.785 7351 7437 E GoLog : E0405 10:04:11.785241 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:11.787 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.807 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:11.829 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.851 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:11.852 7351 7443 E native : E0405 10:04:11.852060 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:11.852 7351 7437 E GoLog : E0405 10:04:11.852060 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:11.868 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.908 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.931 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:11.949 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:11.995 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.030 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.036 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.036 7351 7443 E native : E0405 10:04:12.036868 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.040 7351 7437 E GoLog : E0405 10:04:12.036868 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.069 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.073 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.107 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.109 7351 7443 E native : E0405 10:04:12.108222 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.109 7351 7437 E GoLog : E0405 10:04:12.108222 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.115 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.150 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.189 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.226 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.238 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.250 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.251 7351 7443 E native : E0405 10:04:12.251313 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.251 7351 7437 E GoLog : E0405 10:04:12.251313 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.266 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.275 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: ViewPostIme
pointer 0
04-05 10:04:12.284 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.304 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.304 7351 7443 E native : E0405 10:04:12.304863 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.304 7351 7437 E GoLog : E0405 10:04:12.304863 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.315 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.324 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.346 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.395 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.398 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.399 7351 7443 E native : E0405 10:04:12.399345 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.399 7351 7437 E GoLog : E0405 10:04:12.399345 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.422 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.431 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.439 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
MSG_WINDOW_FOCUS_CHANGED 0 0
04-05 10:04:12.458 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.459 7351 7443 E native : E0405 10:04:12.459161 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.459 7351 7437 E GoLog : E0405 10:04:12.459161 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.468 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.485 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.509 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.528 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.529 7351 7443 E native : E0405 10:04:12.528979 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.529 7351 7437 E GoLog : E0405 10:04:12.528979 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.547 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.548 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.572 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.573 7351 7443 E native : E0405 10:04:12.573647 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.573 7351 7437 E GoLog : E0405 10:04:12.573647 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.597 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.600 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.624 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.624 7351 7443 E native : E0405 10:04:12.624742 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.624 7351 7437 E GoLog : E0405 10:04:12.624742 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.639 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.651 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.681 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.689 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.689 7351 7443 E native : E0405 10:04:12.689821 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.690 7351 7437 E GoLog : E0405 10:04:12.689821 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.709 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.717 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.741 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.742 7351 7443 E native : E0405 10:04:12.742123 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.742 7351 7437 E GoLog : E0405 10:04:12.742123 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.750 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.775 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.793 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.795 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.796 7351 7443 E native : E0405 10:04:12.796009 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.796 7351 7437 E GoLog : E0405 10:04:12.796009 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.831 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.849 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.862 7351 13718 I tflite : Replacing 975 node(s) with delegate
(TfLiteGpuDelegate_New) node, yielding 1 partitions.
04-05 10:04:12.862 7351 7437 E GoLog : INFO: Replacing 975 node(s) with
delegate (TfLiteGpuDelegate_New) node, yielding 1 partitions.
04-05 10:04:12.866 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.866 7351 7443 E native : E0405 10:04:12.866798 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.873 7351 7437 E GoLog : E0405 10:04:12.866798 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.874 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.912 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.938 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.957 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:12.958 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:12.959 7351 7443 E native : E0405 10:04:12.958873 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.959 7351 7437 E GoLog : E0405 10:04:12.958873 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:12.993 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:13.017 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:13.033 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:13.035 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:13.038 7351 7443 E native : E0405 10:04:13.038408 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:13.041 7351 7437 E GoLog : E0405 10:04:13.038408 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:13.074 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:13.093 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:13.110 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:13.110 7351 7443 E native : E0405 10:04:13.110579 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:13.111 7351 7437 E GoLog : E0405 10:04:13.110579 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:13.117 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:13.161 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:13.203 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:13.210 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:13.240 7351 7387 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:13.240 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:13.240 7351 7443 E native : E0405 10:04:13.240506 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:13.240 7351 7437 E GoLog : E0405 10:04:13.240506 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:13.263 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:13.285 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:13.293 7351 7380 W pkr : aeCrop exceeds
preCorrectionActiveArraySize.
04-05 10:04:13.294 7351 7443 E native : E0405 10:04:13.294151 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:13.295 7351 7437 E GoLog : E0405 10:04:13.294151 7443
packed_raw10.cc:245] Illegal FastCrop coordinates.
04-05 10:04:13.321 7351 7351 D CameraManager2: GotArray:0
04-05 10:04:13.321 7351 7351 D CameraManager2: GotArray:1
04-05 10:04:13.321 7351 7351 D CameraManager2: GotArray:2
04-05 10:04:13.321 7351 7351 D CameraManager2: GotArray:3
04-05 10:04:13.323 7351 7351 D CameraManager2: GotArray:0
04-05 10:04:13.323 7351 7351 D CameraManager2: GotArray:1
04-05 10:04:13.323 7351 7351 D CameraManager2: GotArray:2
04-05 10:04:13.323 7351 7351 D CameraManager2: GotArray:3
04-05 10:04:13.326 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=false
04-05 10:04:13.327 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
handleAppVisibility mAppVisible = true visible = false
04-05 10:04:13.327 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:13.335 7351 7351 I SurfaceView@1f142d5: onWindowVisibilityChanged(8)
false android.view.SurfaceView{1f142d5 V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:04:13.335 7351 7351 I SurfaceView@1f142d5: Changes: creating=false
format=false size=false visible=true alpha=false hint=false mUseAlpha=false
visible=true left=false top=false
04-05 10:04:13.335 7351 7351 I SurfaceView@1f142d5: 32588501 Cur surface:
Surface(name=null)/@0xbd48aea
04-05 10:04:13.335 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = false t = 0x7398078600
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 10:04:13.335 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
applyTransactionOnDraw: mRemoved = false isHardwareEnabled = true t =
0x7398078600android.view.SurfaceView.applyTransactionOnVriDraw:2048
android.view.SurfaceView.performSurfaceTransaction:959
android.view.SurfaceView.updateSurface:1105
android.view.SurfaceView.onWindowVisibilityChanged:371
android.view.View.dispatchWindowVisibilityChanged:15943
04-05 10:04:13.335 7351 7351 I SurfaceView@1f142d5: surfaceDestroyed
04-05 10:04:13.335 7351 7351 I SurfaceView@1f142d5: surfaceDestroyed
callback.size 2 #2 android.view.SurfaceView{1f142d5 V.E...... ........ 0,0-
1080,1920}
04-05 10:04:13.355 7351 7393 D SensorManager: unregisterListener
04-05 10:04:13.360 7351 13702 E native : E0405 10:04:13.360420 13702
jni_environment.cc:81] Failed to detach current thread from the JVM.
JavaVM::DetachCurrentThread returned: -1
04-05 10:04:13.360 7351 7437 E GoLog : E0405 10:04:13.360420 13702
jni_environment.cc:81] Failed to detach current thread from the JVM.
JavaVM::DetachCurrentThread returned: -1
04-05 10:04:13.372 7351 7351 I SurfaceView@1f142d5: updateSurface: mVisible =
false mSurface.isValid() = true
04-05 10:04:13.373 7351 7393 D SensorManager: unregisterListener
04-05 10:04:13.381 7351 7844 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#16(BLAST Consumer)16](id:1cb700000021,api:4,p:1347,c:7351) queueBuffer:
BufferQueue has been abandoned
04-05 10:04:13.388 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:04:13.389 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7317278a00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:1172
android.view.SurfaceView.onWindowVisibilityChanged:371
04-05 10:04:13.389 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:04:13.389 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7317278a00
04-05 10:04:13.390 7351 7351 V SurfaceView@1f142d5: Layout: x=0 y=207 w=1080
h=1920, frame=Rect(0, 0 - 1920, 1080)
04-05 10:04:13.391 7351 7381 D SurfaceView@1f142d5: windowPositionLost, frameNr =
0
04-05 10:04:13.392 7351 7364 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#16(BLAST Consumer)16](id:1cb700000021,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 10:04:13.393 7351 7381 D OpenGLRenderer: setSurface called with nullptr
04-05 10:04:13.393 7351 7381 D OpenGLRenderer: setSurface() destroyed EGLSurface
04-05 10:04:13.393 7351 7381 D OpenGLRenderer: destroyEglSurface
04-05 10:04:13.396 7351 7364 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#16(BLAST Consumer)16](id:1cb700000021,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 10:04:13.397 7351 7351 I DecorView: notifyKeepScreenOnChanged:
keepScreenOn=false
04-05 10:04:13.398 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals params={(0,0)(fillxfill) sim={state=always_hidden adjust=pan}
layoutInDisplayCutoutMode=shortEdges ty=BASE_APPLICATION fmt=TRANSLUCENT
wanim=0x1030309 rotAnim=SEAMLESS sysuil=true
04-05 10:04:13.398 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810500
04-05 10:04:13.398 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 10:04:13.398 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 10:04:13.398 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 10:04:13.398 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 10:04:13.398 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 10:04:13.398 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
performTraversals mFirst=false windowShouldResize=false viewVisibilityChanged=true
mForceNextWindowRelayout=false params={(0,0)(fillxfill) sim={state=always_hidden
adjust=pan} layoutInDisplayCutoutMode=shortEdges ty=BASE_APPLICATION
fmt=TRANSLUCENT wanim=0x1030309 rotAnim=SEAMLESS sysuil=true
04-05 10:04:13.398 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
fl=81810500
04-05 10:04:13.398 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
pfl=12020040
04-05 10:04:13.398 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
vsysui=1705
04-05 10:04:13.398 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
apr=LOW_PROFILE_BARS
04-05 10:04:13.398 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
bhv=SHOW_TRANSIENT_BARS_BY_SWIPE
04-05 10:04:13.398 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: fitSides=
naviIconColor=0}
04-05 10:04:13.404 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: Relayout
returned: old=(0,0,1080,2400) new=(0,0,1080,2400) req=(1080,2400)8 dur=5 res=0x2
s={false 0x0} ch=true seqId=0
04-05 10:04:13.404 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:04:13.404 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:04:13.414 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x73039f4400
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998 android.view.SurfaceView.setFrame:525
04-05 10:04:13.414 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:04:13.414 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x73039f4400
04-05 10:04:13.415 7351 7351 I SurfaceView@1f142d5: windowStopped(true) false
android.view.SurfaceView{1f142d5 V.E...... ........ 0,0-1080,1920} of
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:04:13.415 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:04:13.415 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:04:13.415 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7303936b00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.setWindowStopped:335
04-05 10:04:13.415 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:04:13.415 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7303936b00
04-05 10:04:13.415 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:04:13.415 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:04:13.416 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7398078800
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:04:13.416 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:04:13.416 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7398078800
04-05 10:04:13.418 7351 7356 I eCameraEngR18F1: Background young concurrent
copying GC freed 8907KB AllocSpace bytes, 22(4364KB) LOS objects, 23% free,
30MB/40MB, paused 6.033ms,37us total 100.688ms
04-05 10:04:13.421 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:04:13.421 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:04:13.421 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7317218200
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:04:13.421 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:04:13.421 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7317218200
04-05 10:04:13.423 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
stopped(true) old = false
04-05 10:04:13.423 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
WindowStopped on
com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLauncher set to
true
04-05 10:04:13.425 7351 7351 D SensorManager: unregisterListener
04-05 10:04:13.426 7351 7351 W CAM_A : Duplicate call to stopModule; skipping
stop.
04-05 10:04:13.444 7351 7844 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#16(BLAST Consumer)16](id:1cb700000021,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 10:04:13.446 7351 7844 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#16(BLAST Consumer)16](id:1cb700000021,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 10:04:13.447 7351 7844 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#16(BLAST Consumer)16](id:1cb700000021,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 10:04:13.448 7351 7844 E BufferQueueProducer:
[SurfaceView[com.google.android.GoogleCameraEngR18F1/com.android.camera.CameraLaunc
her]@0#16(BLAST Consumer)16](id:1cb700000021,api:4,p:1347,c:7351) cancelBuffer:
BufferQueue has been abandoned
04-05 10:04:13.455 7351 7844 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_IDLE for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 10:04:13.457 7351 13612 W CameraMetadataJV: Expect face scores and
rectangles to be non-null
04-05 10:04:13.475 7351 7351 I MSHandlerLifeCycle: removeMultiSplitHandler: no
exist. decor=DecorView@b927932[CameraLauncher]
04-05 10:04:13.475 7351 7351 D InputTransport: Input channel destroyed:
'ClientS', fd=152
04-05 10:04:13.476 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:04:13.476 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:04:13.476 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7317278900
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:04:13.476 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:04:13.476 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7317278900
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: Retrieving snapshot for
com.google.android.apps.camera#com.google.android.GoogleCameraEngR18F1 failed
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter:
java.util.concurrent.ExecutionException: java.lang.SecurityException:
GoogleCertificatesRslt: not allowed: pkg=com.google.android.GoogleCameraEngR18F1,
sha256=[a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc],
atk=false, ver=251134029.true (go/gsrlt)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at mip.fb(Unknown
Source:27)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at mip.cd(Unknown
Source:63)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at kuc.c(Unknown
Source:12)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at kuc.e(Unknown
Source:35)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at kuc.b(Unknown
Source:1)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at gvh.a(Unknown
Source:35)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at gvj.run(Unknown
Source:9)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at law.run(Unknown
Source:2)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at pio.a(Unknown
Source:2)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at phs.run(Unknown
Source:20)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at pip.run(Unknown
Source:4)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledT
hreadPoolExecutor.java:307)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at lbh.run(Unknown
Source:2)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at lbg.run(Unknown
Source:0)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at
java.lang.Thread.run(Thread.java:1012)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at lab.run(Unknown
Source:5)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: Caused by:
java.lang.SecurityException: GoogleCertificatesRslt: not allowed:
pkg=com.google.android.GoogleCameraEngR18F1,
sha256=[a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc],
atk=false, ver=251134029.true (go/gsrlt)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at
android.os.Parcel.createExceptionOrNull(Parcel.java:3023)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at
android.os.Parcel.createException(Parcel.java:3007)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at
android.os.Parcel.readException(Parcel.java:2990)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at
android.os.Parcel.readException(Parcel.java:2932)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at bmn.z(Unknown
Source:10)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at ktz.a(Unknown
Source:38)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at kjd.f(Unknown
Source:10)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at kkc.t(Unknown
Source:9)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at kkc.u(Unknown
Source:22)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at kkc.g(Unknown
Source:29)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at kkc.h(Unknown
Source:76)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at kkc.b(Unknown
Source:14)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at klz.c(Unknown
Source:114)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at klt.d(Unknown
Source:6)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at
klu.handleMessage(Unknown Source:307)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at
android.os.Handler.dispatchMessage(Handler.java:106)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at ksg.b(Unknown
Source:0)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at
ksg.dispatchMessage(Unknown Source:0)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at
android.os.Looper.loopOnce(Looper.java:226)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at
android.os.Looper.loop(Looper.java:313)
04-05 10:04:13.478 7351 7380 E PhenotypeFlagCommitter: at
android.os.HandlerThread.run(HandlerThread.java:67)
04-05 10:04:13.599 7351 7351 W CAM_A : Placeholder drawable removed:
key=ShotId-5 evicted=false
04-05 10:04:13.618 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:04:13.618 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:04:13.618 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7317319800
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:04:13.618 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:04:13.618 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7317319800
04-05 10:04:13.751 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:04:13.751 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:04:13.751 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x73a4b52200
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:04:13.751 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:04:13.751 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x73a4b52200
04-05 10:04:13.776 7351 7844 I CameraManagerGlobal: Camera 0 facing
CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client
com.google.android.GoogleCameraEngR18F1 API Level 2User Id 0
04-05 10:05:00.358 7351 7394 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:05:00.383 7351 7394 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:05:00.977 7351 7394 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:05:01.109 7351 7394 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:06:04.879 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:06:04.879 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:06:04.880 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7317463900
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:06:04.880 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:06:04.880 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7317463900
04-05 10:06:18.226 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:06:18.226 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:06:18.226 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7397fb1900
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:06:18.226 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:06:18.226 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7397fb1900
04-05 10:06:23.090 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:06:23.114 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:06:23.666 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:06:23.828 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:06:26.120 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:06:26.142 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:06:26.734 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:06:26.855 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:06:29.499 7351 7360 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:06:29.520 7351 7360 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:06:30.125 7351 7360 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:06:30.257 7351 7360 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:06:33.785 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:06:33.785 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:06:33.786 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7397fb1e00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:06:33.786 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:06:33.786 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7397fb1e00
04-05 10:06:42.918 7351 7360 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:06:42.940 7351 7360 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:06:43.592 7351 7360 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:06:43.719 7351 7360 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:07:50.231 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:07:50.231 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:07:50.231 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7397fb1f00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:07:50.231 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:07:50.231 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7397fb1f00
04-05 10:07:55.774 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:07:55.797 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:07:56.422 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:07:56.569 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:08:00.146 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:08:00.168 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:08:00.826 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:08:00.975 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:08:13.372 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:08:13.372 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:08:13.372 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7398037400
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:08:13.372 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:08:13.372 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7398037400
04-05 10:08:15.649 7351 7394 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:08:15.672 7351 7394 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:08:16.221 7351 7394 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:08:16.380 7351 7394 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:08:24.749 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:08:24.781 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:08:25.276 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:08:25.425 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:09:32.734 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:09:32.734 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:09:32.735 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7398037500
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:09:32.735 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:09:32.735 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7398037500
04-05 10:09:38.477 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:09:38.499 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:09:39.014 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:09:39.148 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:09:42.915 7351 10226 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:09:42.938 7351 10226 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:09:43.497 7351 10226 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:09:43.648 7351 10226 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:10:11.795 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:10:11.795 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:10:11.795 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x73171c8000
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:10:11.795 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:10:11.796 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x73171c8000
04-05 10:10:24.452 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:10:24.453 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:10:24.453 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7317278100
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:10:24.453 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:10:24.453 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7317278100
04-05 10:10:26.717 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:10:26.740 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:10:27.233 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:10:27.400 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:10:34.267 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:10:34.267 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:10:34.268 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7317278800
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:10:34.268 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:10:34.268 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7317278800
04-05 10:10:36.542 7351 7360 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:10:36.563 7351 7360 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:10:37.077 7351 7360 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:10:37.238 7351 7360 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:12:28.020 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:12:28.021 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:12:28.021 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7317278e00
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:12:28.021 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:12:28.021 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7317278e00
04-05 10:12:35.189 7351 10226 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:12:35.211 7351 10226 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:12:35.687 7351 10226 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:12:35.844 7351 7360 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:12:39.072 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:12:39.072 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:12:39.072 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x73172d6200
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:12:39.072 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:12:39.072 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x73172d6200
04-05 10:12:41.334 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:12:41.366 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:12:41.880 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:12:42.036 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:12:46.091 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:12:46.114 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:12:46.626 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:12:46.773 7351 7360 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:12:48.607 7351 7360 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:12:48.628 7351 7360 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:12:49.140 7351 7360 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:12:49.280 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:13:35.617 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:13:35.617 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:13:35.619 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7317463600
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:13:35.619 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:13:35.619 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7317463600
04-05 10:13:39.139 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:13:39.161 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:13:39.675 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:13:39.841 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:14:25.912 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:14:25.912 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:14:25.913 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7317463700
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:14:25.913 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:14:25.913 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7317463700
04-05 10:14:32.266 7351 10226 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:14:32.289 7351 10226 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:14:32.740 7351 10226 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:14:32.903 7351 10226 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:14:38.219 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:14:38.241 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:14:38.772 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:14:38.934 7351 10226 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:01.651 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:15:01.651 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:15:01.651 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x730a162000
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:15:01.651 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:15:01.652 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x730a162000
04-05 10:15:09.555 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:09.578 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:10.075 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:10.220 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:13.082 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:13.103 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:13.586 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:13.732 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:15.623 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:15.645 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:16.141 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:16.289 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:18.152 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:18.172 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:18.699 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:18.840 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:25.695 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:25.716 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:26.176 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:26.319 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:31.976 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:31.996 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:32.522 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:15:32.668 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:16:54.772 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:16:54.772 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:16:54.772 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x730a162100
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:16:54.772 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:16:54.772 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x730a162100
04-05 10:16:58.440 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:16:58.465 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:16:58.927 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:16:59.101 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:17:29.057 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:17:29.057 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:17:29.075 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x730a162200
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:17:29.075 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:17:29.076 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x730a162200
04-05 10:17:31.316 7351 10226 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:17:31.337 7351 10226 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:17:31.829 7351 10226 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:17:31.987 7351 10226 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:17:34.391 7351 10226 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:17:34.411 7351 10226 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:17:34.905 7351 10226 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:17:35.058 7351 10226 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:18:31.644 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:18:31.644 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:18:31.644 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x730a162300
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:18:31.644 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:18:31.644 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x730a162300
04-05 10:18:34.579 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:18:34.600 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:18:35.094 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:18:35.241 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:18:37.800 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:18:37.820 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:18:38.312 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:18:38.462 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:18:51.883 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:18:51.884 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:18:51.884 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x730a162400
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:18:51.884 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:18:51.884 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x730a162400
04-05 10:18:54.906 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:18:54.928 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:18:55.441 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:18:55.597 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:18:59.907 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:18:59.928 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:19:00.406 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:19:00.567 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:19:04.532 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:19:04.552 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:19:05.146 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:19:05.283 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:19:08.171 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:19:08.207 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:19:08.720 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:19:08.866 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:19:10.654 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:19:10.684 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:19:11.176 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:19:11.302 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:22:23.403 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:22:23.403 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:22:23.404 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x730a162500
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:22:23.404 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:22:23.404 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x730a162500
04-05 10:25:00.446 7351 7381 D OpenGLRenderer: setSurface called with nullptr
04-05 10:25:00.448 7351 7381 D OpenGLRenderer:
trimMemory(TRIM_MEMORY_COMPLETE)::destroyRenderingContext
04-05 10:25:00.448 7351 7381 D OpenGLRenderer:
RenderThread::destroyRenderingContext()
04-05 10:25:00.448 7351 7381 D OpenGLRenderer: RenderThread::setGrContext()
04-05 10:25:28.222 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:25:28.222 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:25:28.222 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x730a162600
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:25:28.222 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:25:28.222 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x730a162600
04-05 10:25:33.430 7351 7381 D OpenGLRenderer: setSurface called with nullptr
04-05 10:31:30.091 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:31:30.150 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:31:30.670 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:31:30.791 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:34:46.838 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:34:46.838 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:34:46.838 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x730a162700
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.lambda$new$0$android-view-SurfaceView:200
04-05 10:34:46.838 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:34:46.838 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x730a162700
04-05 10:36:15.242 7351 7489 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:36:15.273 7351 7489 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:36:15.888 7351 7489 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:36:16.030 7351 7361 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:39:40.123 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.instagram.android
API Level 2User Id 0
04-05 10:39:40.256 7351 14036 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.instagram.android
API Level 2User Id 0
04-05 10:39:41.439 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.instagram.android
API Level 2User Id 0
04-05 10:39:41.705 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.instagram.android
API Level 2User Id 0
04-05 10:40:35.785 7351 7381 D OpenGLRenderer: setSurface called with nullptr
04-05 10:43:01.517 7351 7351 D SurfaceView@1f142d5: updateSurface: surface is not
valid
04-05 10:43:01.518 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:43:01.519 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x73a4b52100
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.updateSurface:998
android.view.SurfaceView.onDetachedFromWindow:496
04-05 10:43:01.519 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:43:01.519 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x73a4b52100
04-05 10:43:01.519 7351 7351 I SurfaceView@1f142d5: onDetachedFromWindow:
tryReleaseSurfaces()
04-05 10:43:01.519 7351 7351 I SurfaceView@1f142d5: releaseSurfaces: viewRoot =
ViewRootImpl@b5912af[CameraLauncher]
04-05 10:43:01.520 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
vri = ViewRootImpl@b5912af[CameraLauncher] fRS = true t = 0x7397e6d100
android.view.SurfaceView.releaseSurfaces:858
android.view.SurfaceView.onDetachedFromWindow:500
android.view.View.dispatchDetachedFromWindow:22538
04-05 10:43:01.520 7351 7351 I SurfaceView@1f142d5: applyTransactionOnVriDraw:
viewRoot.applyTransactionOnDrawFromReleaseSurfaces
04-05 10:43:01.520 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]: from
releaseSurfaces t.apply t = 0x7397e6d100
04-05 10:43:01.545 7351 7351 I MSHandlerLifeCycle: removeMultiSplitHandler: no
exist. decor=DecorView@b927932[CameraLauncher]
04-05 10:43:01.546 7351 7381 D OpenGLRenderer: setSurface called with nullptr
04-05 10:43:01.546 7351 7351 I ViewRootImpl@b5912af[CameraLauncher]:
dispatchDetachedFromWindow
04-05 10:43:01.553 7351 7351 D InputTransport: Input channel destroyed:
'b1b789c', fd=105
04-05 10:53:35.099 7351 7361 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:53:35.168 7351 7361 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:53:35.889 7351 7361 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:53:36.019 7351 7361 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:54:14.920 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:54:14.943 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:54:15.460 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:54:15.585 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:54:54.958 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:54:54.979 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:54:55.494 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:54:55.628 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:55:34.949 7351 7361 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:55:34.974 7351 7361 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:55:35.625 7351 7361 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:55:35.824 7351 7361 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:56:14.998 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:56:15.021 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:56:16.143 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 10:56:16.351 7351 7543 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 11:13:41.981 7351 4613 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.instagram.android
API Level 2User Id 0
04-05 11:13:42.279 7351 4613 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.instagram.android
API Level 2User Id 0
04-05 11:13:46.901 7351 4613 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.instagram.android
API Level 2User Id 0
04-05 11:13:47.158 7351 4613 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.instagram.android
API Level 2User Id 0
04-05 11:14:11.605 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.instagram.android
API Level 2User Id 0
04-05 11:14:11.717 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.instagram.android
API Level 2User Id 0
04-05 11:14:17.175 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.instagram.android
API Level 2User Id 0
04-05 11:14:17.387 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.instagram.android
API Level 2User Id 0
04-05 11:14:24.385 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.instagram.android
API Level 2User Id 0
04-05 11:14:24.471 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.instagram.android
API Level 2User Id 0
04-05 11:14:24.687 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.instagram.android
API Level 2User Id 0
04-05 11:14:24.874 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.instagram.android
API Level 2User Id 0
04-05 11:14:27.829 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.instagram.android
API Level 2User Id 0
04-05 11:14:27.881 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.instagram.android
API Level 2User Id 0
04-05 11:14:28.106 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.instagram.android
API Level 2User Id 0
04-05 11:14:28.282 7351 4613 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.instagram.android
API Level 2User Id 0
04-05 11:14:29.529 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.instagram.android
API Level 2User Id 0
04-05 11:14:29.604 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.instagram.android
API Level 2User Id 0
04-05 11:14:29.829 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.instagram.android
API Level 2User Id 0
04-05 11:14:30.009 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.instagram.android
API Level 2User Id 0
04-05 11:14:33.162 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.instagram.android
API Level 2User Id 0
04-05 11:14:33.223 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.instagram.android
API Level 2User Id 0
04-05 11:14:33.462 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.instagram.android
API Level 2User Id 0
04-05 11:14:33.632 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.instagram.android
API Level 2User Id 0
04-05 11:14:34.684 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.instagram.android
API Level 2User Id 0
04-05 11:14:34.756 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.instagram.android
API Level 2User Id 0
04-05 11:14:34.972 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.instagram.android
API Level 2User Id 0
04-05 11:14:35.156 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.instagram.android
API Level 2User Id 0
04-05 11:14:35.783 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.instagram.android
API Level 2User Id 0
04-05 11:14:35.840 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.instagram.android
API Level 2User Id 0
04-05 11:14:36.064 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.instagram.android
API Level 2User Id 0
04-05 11:14:36.276 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.instagram.android
API Level 2User Id 0
04-05 11:14:39.915 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.instagram.android
API Level 2User Id 0
04-05 11:14:39.971 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.instagram.android
API Level 2User Id 0
04-05 11:14:40.175 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.instagram.android
API Level 2User Id 0
04-05 11:14:40.358 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.instagram.android
API Level 2User Id 0
04-05 11:14:41.323 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.instagram.android
API Level 2User Id 0
04-05 11:14:41.382 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.instagram.android
API Level 2User Id 0
04-05 11:14:41.602 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.instagram.android
API Level 2User Id 0
04-05 11:14:41.774 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.instagram.android
API Level 2User Id 0
04-05 11:14:42.818 7351 4613 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.instagram.android
API Level 2User Id 0
04-05 11:14:42.867 7351 4613 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.instagram.android
API Level 2User Id 0
04-05 11:14:43.096 7351 4613 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.instagram.android
API Level 2User Id 0
04-05 11:14:43.264 7351 4613 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.instagram.android
API Level 2User Id 0
04-05 11:14:59.999 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.instagram.android
API Level 2User Id 0
04-05 11:15:00.061 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.instagram.android
API Level 2User Id 0
04-05 11:15:00.281 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.instagram.android
API Level 2User Id 0
04-05 11:15:00.452 7351 7844 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.instagram.android
API Level 2User Id 0
04-05 11:15:09.247 7351 4613 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.instagram.android
API Level 2User Id 0
04-05 11:15:09.317 7351 4613 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.instagram.android
API Level 2User Id 0
04-05 11:15:09.531 7351 4613 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.instagram.android
API Level 2User Id 0
04-05 11:15:09.705 7351 4613 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.instagram.android
API Level 2User Id 0
04-05 11:19:20.795 7351 4613 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.instagram.android
API Level 2User Id 0
04-05 11:19:20.872 7351 4613 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.instagram.android
API Level 2User Id 0
04-05 11:19:21.459 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.instagram.android
API Level 2User Id 0
04-05 11:19:21.714 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.instagram.android
API Level 2User Id 0
04-05 11:19:38.107 7351 7361 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.instagram.android
API Level 2User Id 0
04-05 11:19:38.161 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.instagram.android
API Level 2User Id 0
04-05 11:19:38.359 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.instagram.android
API Level 2User Id 0
04-05 11:19:38.530 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.instagram.android
API Level 2User Id 0
04-05 11:19:49.019 7351 7361 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.instagram.android
API Level 2User Id 0
04-05 11:19:49.068 7351 7361 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.instagram.android
API Level 2User Id 0
04-05 11:19:49.499 7351 7361 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.instagram.android
API Level 2User Id 0
04-05 11:19:49.657 7351 7361 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.instagram.android
API Level 2User Id 0
04-05 11:20:03.360 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.instagram.android
API Level 2User Id 0
04-05 11:20:03.420 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.instagram.android
API Level 2User Id 0
04-05 11:20:03.648 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.instagram.android
API Level 2User Id 0
04-05 11:20:03.820 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.instagram.android
API Level 2User Id 0
04-05 11:20:08.423 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.instagram.android
API Level 2User Id 0
04-05 11:20:08.476 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.instagram.android
API Level 2User Id 0
04-05 11:20:08.692 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.instagram.android
API Level 2User Id 0
04-05 11:20:08.843 7351 8034 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.instagram.android
API Level 2User Id 0
04-05 11:22:29.360 7351 4613 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.instagram.android
API Level 2User Id 0
04-05 11:22:29.408 7351 4613 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.instagram.android
API Level 2User Id 0
04-05 11:22:29.647 7351 4613 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.instagram.android
API Level 2User Id 0
04-05 11:22:29.811 7351 4613 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.instagram.android
API Level 2User Id 0
04-05 11:49:46.791 7351 7361 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 11:49:46.820 7351 7361 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 11:49:47.504 7351 7361 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 11:49:47.698 7351 7361 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client
com.samsung.android.smartface API Level 2User Id 0
04-05 11:56:42.317 7351 7489 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client
com.samsung.android.smartface API Level 2User Id 0
04-05 11:56:42.344 7351 7489 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 11:56:43.122 7351 7489 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client
com.samsung.android.smartface API Level 2User Id 0
04-05 11:56:43.265 7351 7489 I CameraManagerGlobal: Camera 1 facing
CAMERA_FACING_FRONT sta

You might also like