mobile_scanner icon indicating copy to clipboard operation
mobile_scanner copied to clipboard

Is this terminal info message normal behaviour ? ` Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.samsung.adaptivebrightnessgo API Level 2`

Open marko-mlinarevic opened this issue 2 years ago • 2 comments

D/CameraStateMachine( 3932): New public camera state CameraState{type=CLOSED, error=null} from CLOSED and null
D/CameraStateMachine( 3932): Publishing new public camera state CameraState{type=CLOSED, error=null}
I/CameraManagerGlobal( 3932): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.samsung.adaptivebrightnessgo API Level 2
I/CameraManagerGlobal( 3932): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.samsung.adaptivebrightnessgo API Level 2
I/CameraManagerGlobal( 3932): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.samsung.adaptivebrightnessgo API Level 2
I/CameraManagerGlobal( 3932): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.samsung.adaptivebrightnessgo API Level 2
I/CameraManagerGlobal( 3932): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.samsung.adaptivebrightnessgo API Level 2
I/CameraManagerGlobal( 3932): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.samsung.adaptivebrightnessgo API Level 2
I/CameraManagerGlobal( 3932): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.samsung.adaptivebrightnessgo API Level 2
I/CameraManagerGlobal( 3932): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.samsung.adaptivebrightnessgo API Level 2
I/CameraManagerGlobal( 3932): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.samsung.adaptivebrightnessgo API Level 2
I/CameraManagerGlobal( 3932): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.samsung.adaptivebrightnessgo API Level 2
I/CameraManagerGlobal( 3932): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.samsung.adaptivebrightnessgo API Level 2
I/CameraManagerGlobal( 3932): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.samsung.adaptivebrightnessgo API Level 2
I/CameraManagerGlobal( 3932): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client com.samsung.adaptivebrightnessgo API Level 2
I/CameraManagerGlobal( 3932): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client com.samsung.adaptivebrightnessgo API Level 2
I/CameraManagerGlobal( 3932): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_IDLE for client com.samsung.adaptivebrightnessgo API Level 2
I/CameraManagerGlobal( 3932): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client com.samsung.adaptivebrightnessgo API Level 2

When developing, if I leave app open scanner is closed(it's on another screen). This messages print every second. Am I forgetting to clean something or is this normal?

marko-mlinarevic avatar Apr 03 '22 23:04 marko-mlinarevic

I am seeing this as well. In the 'state' of the stateful widget where I am calling MobileScanner, I added an override for dispose, and called _controller.stop(). Even that didn't help.

bswhite1 avatar May 02 '22 19:05 bswhite1

I also see some messages every 10-15 seconds when I change screen after scan a QR

D/TransportRuntime.SQLiteEventStore( 4699): Storing event with priority=VERY_LOW, name=FIREBASE_ML_SDK for destination cct D/TransportRuntime.JobInfoScheduler( 4699): Upload for context TransportContext(cct, VERY_LOW, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy5nb29nbGVhcGlzLmNvbS92MGNjL2xvZy9iYXRjaD9mb3JtYXQ9anNvbl9wcm90bzNc) is already scheduled. Returning...

Arcttyx avatar Jul 05 '22 22:07 Arcttyx

As stated in the bellow thread

It's just bloated by Samsung software.

What you see is a log of com.samsung.adaptivebrightnessgo leaking into your application log.

if you turn off adaptivebrightnessgo you won't see this

https://security.stackexchange.com/questions/238949/is-my-android-phone-camera-hacked

DattatreyaReddy avatar Nov 30 '22 07:11 DattatreyaReddy