Unable to capture images in background on Android 12 (Samsung Device) - android

App which capture images in background
On Android 10, 11 and 12 (MI Device) it is working perfectly fine. But when we run on Samsung S22 it give the below error
Error
2022-10-14 18:44:23.209 29286-29464/package E/CameraCaptureSession: Session 0: Exception while stopping repeating:
android.hardware.camera2.CameraAccessException: CAMERA_ERROR (3): The camera device has encountered a serious error
at android.hardware.camera2.impl.CameraDeviceImpl.checkIfCameraClosedOrInError(CameraDeviceImpl.java:2378)
at android.hardware.camera2.impl.CameraDeviceImpl.stopRepeating(CameraDeviceImpl.java:1305)
at android.hardware.camera2.impl.CameraCaptureSessionImpl.close(CameraCaptureSessionImpl.java:579)
at android.hardware.camera2.impl.CameraCaptureSessionImpl$2.onDisconnected(CameraCaptureSessionImpl.java:790)
at android.hardware.camera2.impl.CameraDeviceImpl$7.run(CameraDeviceImpl.java:259)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at android.os.HandlerThread.run(HandlerThread.java:67)
2022-10-14 18:44:23.210 29286-29464/package W/PictureCapturingServiceImpl: CameraDevice.StateCallback onDisconnected
2022-10-14 18:44:23.395 29286-29305/package I/CameraManagerGlobal: Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client package API Level 2
2022-10-14 18:44:23.446 29286-29286/package I/PictureCapturingServiceImpl: imageReader created
2022-10-14 18:44:23.447 29286-29305/package I/CameraManagerGlobal: Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_OPEN for client package API Level 2
2022-10-14 18:44:23.449 29286-29286/package I/PictureCapturingServiceImpl: isCameraBusy : no
2022-10-14 18:44:23.741 29286-29305/package I/CameraManagerGlobal: Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_ACTIVE for client package API Level 2
2022-10-14 18:44:23.863 29286-31451/package E/PictureCapturingServiceImpl: CameraDevice.StateCallback onError 4

Related

Audio output and Audio input flag denied by client on implementing pjsua2 voice call on Android 5.1?

I am implementing pjsua2 sample app for voice call on Android devices. It works well on android version 8, 9, 10, 11 without issue. But when I tested on Android 5.1, I can receive call from sip soft phone without any issue. But outgoing call only rings on the other side without any voice.
From the log its mentioned that both AUDIO_OUTPUT_FLAG_FAST as well as AUDIO_INPUT_FLAG_FAST denied by client. can any one suggest me how to rectify this issue.
as per below log : audio details
minFrameCount: 1857, afFrameCount=1024, minBufCount=5, sampleRate=16000, afSampleRate=44100, afLatency=115
4-12 16:17:42.320 4922-4922/org.pjsip.pjsua2 I/System.out: 16:17:42.320 pjsua_call.c !Making call with acc #0 to sip:syz#sip.xcd.com
04-12 16:17:42.321 4922-4922/org.pjsip.pjsua2 I/System.out: 16:17:42.320 pjsua_aud.c .Set sound device: capture=-1, playback=-2
04-12 16:17:42.321 4922-4922/org.pjsip.pjsua2 I/System.out: 16:17:42.321 pjsua_aud.c ..Opening sound device (speaker + mic) PCM#16000/1/20ms
04-12 16:17:42.321 4922-4922/org.pjsip.pjsua2 I/System.out: 16:17:42.321 opensl_dev.c ...Creating OpenSL stream
04-12 16:17:42.322 4922-4922/org.pjsip.pjsua2 W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client
04-12 16:17:42.322 4922-4922/org.pjsip.pjsua2 I/AudioTrack: minFrameCount: 1857, afFrameCount=1024, minBufCount=5, sampleRate=16000, afSampleRate=44100, afLatency=115
04-12 16:17:42.323 4922-4922/org.pjsip.pjsua2 W/AudioRecord: AUDIO_INPUT_FLAG_FAST denied by client
04-12 16:17:42.336 4922-4922/org.pjsip.pjsua2 I/System.out: 16:17:42.335 ec0xb8b41d98 ...Speex AEC created, clock_rate=16000, channel=1, samples per frame=320, tail length=200 ms, latency=0 ms
04-12 16:17:42.336 4922-4922/org.pjsip.pjsua2 I/System.out: 16:17:42.336 opensl_dev.c ...Starting OpenSL stream..
04-12 16:17:42.347 4922-4922/org.pjsip.pjsua2 I/System.out: 16:17:42.347 opensl_dev.c ...OpenSL stream started

Amazon App Store IAP Implementation throws CommandServiceClient: CommandServiceException at runtime [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 days ago.
Improve this question
I'm getting some runtime errors when trying to connect to the Appstore SDK in sandbox mode from a Samsung Device:
D/Kiwi: CommandServiceClient: Binding Service!!!
D/Kiwi: CommandServiceClient: Created intent with action com.amazon.venezia.CommandService
E/Kiwi: CommandServiceClient: CommandServiceException happened, retriesLeft=4
com.amazon.a.a.n.a.a.c: COMMAND_SERVICE_NOT_INSTALLED: null: null
at com.amazon.a.a.n.a.d.e(CommandServiceClient.java:257)
at com.amazon.a.a.n.a.d.a(CommandServiceClient.java:181)
at com.amazon.a.a.n.a.a.a(AbstractCommandTask.java:124)
at com.amazon.a.a.n.b.b$1.run(SimpleTaskPipeline.java:179)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:246)
at android.os.HandlerThread.run(HandlerThread.java:67)
D/Kiwi: CommandServiceClient: Sleeping for 400 ms
I/ViewRootImpl#4ec0c94[MainActivity]: MSG_WINDOW_FOCUS_CHANGED 1 1
D/InputMethodManager: prepareNavigationBarInfo() DecorView#f7f1bd[MainActivity]
D/InputMethodManager: getNavigationBarColor() -855310
D/FA: Connected to remote service
D/InputMethodManager: prepareNavigationBarInfo() DecorView#f7f1bd[MainActivity]
D/InputMethodManager: getNavigationBarColor() -855310
mNaviBarColor -855310 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
D/InputMethodManager: startInputInner - Id : 0
I/InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus
V/FA: Processing queued up service tasks: 7
D/InputTransport: Input channel constructed: 'ClientS', fd=202
D/InputMethodManager: prepareNavigationBarInfo() DecorView#f7f1bd[MainActivity]
D/InputMethodManager: getNavigationBarColor() -855310
mNaviBarColor -855310 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
D/InputMethodManager: startInputInner - Id : 0
I/SurfaceControl: nativeRelease nativeObject s[-5476376664434943808]
I/SurfaceControl: nativeRelease nativeObject e[-5476376664434943808]
I/SurfaceControl: nativeRelease nativeObject s[-5476376664434943904]
I/SurfaceControl: nativeRelease nativeObject e[-5476376664434943904]
W/FlurryAgent: Analytics report sent to https://data.flurry.com/v1/flr.do
I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
I/System.out: (HTTPLog)-Static: isSBSettingEnabled false
I/Ads: Ad failed to load : 3
D/MyAds: No ad config.
I/Ads: Ad failed to load : 3
AllocSpace objects, 2(104KB) LOS objects, 49% free, 7073KB/13MB, paused 212us total 103.640ms
D/FONTSIZE: letter=50specials:36
D/TAG: tileWidth=72.0
I/TAG: No ad config.
I/Ads: Ad failed to load : 3
D/Kiwi: CommandServiceClient: Binding Service!!!
D/Kiwi: CommandServiceClient: Created intent with action com.amazon.venezia.CommandService
E/Kiwi: CommandServiceClient: CommandServiceException happened, retriesLeft=3
com.amazon.a.a.n.a.a.c: COMMAND_SERVICE_NOT_INSTALLED: null: null
at com.amazon.a.a.n.a.d.e(CommandServiceClient.java:257)
at com.amazon.a.a.n.a.d.a(CommandServiceClient.java:181)
at com.amazon.a.a.n.a.a.a(AbstractCommandTask.java:124)
at com.amazon.a.a.n.b.b$1.run(SimpleTaskPipeline.java:179)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:246)
at android.os.HandlerThread.run(HandlerThread.java:67)
D/Kiwi: CommandServiceClient: Sleeping for 800 ms
W/FlurryAgent: Analytics report sent to https://data.flurry.com/v1/flr.do
D/Kiwi: CommandServiceClient: Binding Service!!!
D/Kiwi: CommandServiceClient: Created intent with action com.amazon.venezia.CommandService
E/Kiwi: CommandServiceClient: CommandServiceException happened, retriesLeft=2
com.amazon.a.a.n.a.a.c: COMMAND_SERVICE_NOT_INSTALLED: null: null
at com.amazon.a.a.n.a.d.e(CommandServiceClient.java:257)
at com.amazon.a.a.n.a.d.a(CommandServiceClient.java:181)
at com.amazon.a.a.n.a.a.a(AbstractCommandTask.java:124)
at com.amazon.a.a.n.b.b$1.run(SimpleTaskPipeline.java:179)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:246)
at android.os.HandlerThread.run(HandlerThread.java:67)
D/Kiwi: CommandServiceClient: Sleeping for 1600 ms
D/Kiwi: CommandServiceClient: Binding Service!!!
D/Kiwi: CommandServiceClient: Created intent with action com.amazon.venezia.CommandService
E/Kiwi: CommandServiceClient: CommandServiceException happened, retriesLeft=1
com.amazon.a.a.n.a.a.c: COMMAND_SERVICE_NOT_INSTALLED: null: null
at com.amazon.a.a.n.a.d.e(CommandServiceClient.java:257)
at com.amazon.a.a.n.a.d.a(CommandServiceClient.java:181)
at com.amazon.a.a.n.a.a.a(AbstractCommandTask.java:124)
at com.amazon.a.a.n.b.b$1.run(SimpleTaskPipeline.java:179)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:246)
at android.os.HandlerThread.run(HandlerThread.java:67)
D/Kiwi: CommandServiceClient: Sleeping for 3200 ms
V/FA: Inactivity, disconnecting from the service
D/Kiwi: CommandServiceClient: Binding Service!!!
D/Kiwi: CommandServiceClient: Created intent with action com.amazon.venezia.CommandService
When trying to get the user data but the request never returns on Sandbox.
D/d: Appstore SDK - Sandbox Mode: sendGetUserDataRequest
D/d: Appstore SDK - Sandbox Mode: sendPurchaseUpdatesRequest/sendGetUserData first:a3c3a5b3-d45d-4a0d-9ba7-6bb7c3075bba
D/d: Appstore SDK - Sandbox Mode: sendItemDataRequest
When running against the production servers I get a "FAILED" status when trying to get IAP product information available like price name etc.
I have their Amazon App Tester app installed and it recognizes the local json I've uploaded.
Does it look like a broken linking maybe or Pro guard invalid config file ? I'm a beginner on Android development , was able to implement Play Store IAP's sucessufully in the past but seems I'm missing something regarding the Amazon Store IAP.
Since API 30 you need to add queries to the manifest file. For Amazon this is needed:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
...>
<queries>
<package android:name="com.amazon.venezia"/>
</queries>
It's really weird that they didn't write that in their documentation.
Thanks a lot, Simon ! I've included the queries part like this:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.mycompany.myapp">
<queries>
<package android:name="com.amazon.venezia"/>
</queries>
<uses-feature
android:name="android.hardware.camera"
android:required="true" />
But I still get the command service not installed error:
> D/Kiwi: AbstractCommandTask: ----------------------------------------------
D/Kiwi: AbstractCommandTask: Executing: get_license
D/Kiwi: AbstractCommandTask: ----------------------------------------------
D/Kiwi: AbstractCommandTask: Executing Command: get_license
D/Kiwi: CommandServiceClient: Binding Service!!!
D/Kiwi: CommandServiceClient: Created intent with action com.amazon.venezia.CommandService
E/Kiwi: CommandServiceClient: CommandServiceException happened, retriesLeft=6
com.amazon.a.a.n.a.a.c: COMMAND_SERVICE_NOT_INSTALLED: null: null
at com.amazon.a.a.n.a.d.e(CommandServiceClient.java:257)
at com.amazon.a.a.n.a.d.a(CommandServiceClient.java:181)
at com.amazon.a.a.n.a.a.a(AbstractCommandTask.java:124)
at com.amazon.a.a.n.b.b$1.run(SimpleTaskPipeline.java:179)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.os.HandlerThread.run(HandlerThread.java:67)
When running agains Production. When using Sandbox mode, I don't get anymore COMMAND_SERVICE_NOT_INSTALLED but I do get AUTH_TOKEN_VERIFICATION_FAILURE:
> D/Kiwi: AbstractCommandTask: Exception occurred while processing task: com.amazon.a.a.n.a.a.a: AUTH_TOKEN_VERIFICATION_FAILURE: null: null
com.amazon.a.a.n.a.a.a: AUTH_TOKEN_VERIFICATION_FAILURE: null: null
at com.amazon.a.a.n.a.b.a(AuthenticationTokenVerifier.java:94)
at com.amazon.a.a.n.a.a.a(AbstractCommandTask.java:204)
at com.amazon.a.a.n.a.a.a(AbstractCommandTask.java:131)
at com.amazon.a.a.n.b.b$1.run(SimpleTaskPipeline.java:179)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:246)
at android.os.HandlerThread.run(HandlerThread.java:67)
E/Kiwi: AbstractCommandTask: On Exception!!!!: com.amazon.a.a.n.a.a.a: AUTH_TOKEN_VERIFICATION_FAILURE: null: null
I've included the .pem file as they suggested in the project's assets directory but it seems it didn't work:
AppstoreAuthenticationKey.pem
Do you have any clue of what might be the issue ?
Check you have the Amazon App Tester app installed and configured with your IAP json data, along with the correct receiver tags in your merged AndroidManifest. Additionally, make sure you have sandbox mode enabled on your test device(s):
https://stackoverflow.com/a/71393893/18483253
See also my answer over here:
https://stackoverflow.com/a/71588959/18483253
Thanks #Chris for your answer! I had the same problem, regrettably it took me a while to understand some connections behind the testing process, so I'd like to summarise a few things that I found out.
Apart from the actual coding, a common mistake seems to be the missing receiver in the Manifest. If you encounter the issue, doublecheck here:
https://developer.amazon.com/docs/in-app-purchasing/iap-implement-iap.html#responsereceiver
Make sure you have downloaded the PEM-file and put it in the right directory. Doublecheck here:
https://developer.amazon.com/docs/in-app-purchasing/integrate-appstore-sdk.html#configure_key
Now the misunderstanding that I had: When testing in-app purchases with Google Play, the device is actually loading the products from the server. But here's a major difference for Amazon: When testing with the Amazon App Store in Debug mode, the test-device will NOT connect to the server, but the request is handled by another test app, the Amazon App Tester:
https://www.amazon.com/-/de/gp/mas/get/android/ref=mas_buy_client?showAsin=1&asin=B00BN3YZM2
But it is not enough to have the app installed on the test device, you also need to download the sku-definition from the web-interface and push it to the test-device. When you then open the Amazon App Tester app, you can see your sku(s) in the last section. Only if you see them there, your test requests will be handled by the app!
Here's the tutorial video with the specific steps to set up the device:
https://www.youtube.com/watch?v=cmPAY16wGb0&list=PL93Q4ZD_4z4oUkRM0ap23LAN3HBENuXt2&index=9&t=289s
I hope this also helps for your understanding!

ExoPlayerImplInternal: Stop failed. java.lang.IllegalStateException - on API Level 22 and below

I have a problem with HLS streams on devices Android 22 Api and below for cameras with high definition 2688x1520 and bitrate 5812 - stream can't play. I use ExoPlayer version 2.9.6 (also testing with 2.10.4). On other devices and other cameras - all ok. Please help me to resolve this issue.
Short logs:
D: NoSupport [codec.profileLevel, avc1.4D4032, video/avc] [OMX.google.h264.decoder, video/avc] [generic_x86_64, Android SDK built for x86_64, unknown, 22]
I: Using client-side OMX mux.
E: [OMX.google.h264.decoder] storeMetaDataInBuffers failed w/ err -1010
E: [OMX.google.h264.decoder] ERROR(0x80001001)
E: signalError(omxError 0x80001001, internalError -2147483648)
E: Codec reported err 0x80001001, actionCode 0, while in state 6
E: Internal runtime error.
java.lang.IllegalStateException
at android.media.MediaCodec.native_dequeueOutputBuffer(Native Method)
at android.media.MediaCodec.dequeueOutputBuffer(MediaCodec.java:1033)
at com.google.android.exoplayer2.mediacodec.MediaCodecRenderer.drainOutputBuffer(MediaCodecRenderer.java:1287)
at com.google.android.exoplayer2.mediacodec.MediaCodecRenderer.render(MediaCodecRenderer.java:663)
at com.google.android.exoplayer2.ExoPlayerImplInternal.doSomeWork(ExoPlayerImplInternal.java:536)
at com.google.android.exoplayer2.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:303)
at android.os.Handler.dispatchMessage(Handler.java:98)
at android.os.Looper.loop(Looper.java:135)
at android.os.HandlerThread.run(HandlerThread.java:61)
E: Stop failed.
java.lang.IllegalStateException
at android.media.MediaCodec.native_stop(Native Method)
at android.media.MediaCodec.stop(MediaCodec.java:628)
at com.google.android.exoplayer2.mediacodec.MediaCodecRenderer.releaseCodec(MediaCodecRenderer.java:608)
at com.google.android.exoplayer2.video.MediaCodecVideoRenderer.releaseCodec(MediaCodecVideoRenderer.java:508)
at com.google.android.exoplayer2.mediacodec.MediaCodecRenderer.onDisabled(MediaCodecRenderer.java:562)
at com.google.android.exoplayer2.video.MediaCodecVideoRenderer.onDisabled(MediaCodecVideoRenderer.java:377)
at com.google.android.exoplayer2.BaseRenderer.disable(BaseRenderer.java:153)
at com.google.android.exoplayer2.ExoPlayerImplInternal.disableRenderer(ExoPlayerImplInternal.java:983)
at com.google.android.exoplayer2.ExoPlayerImplInternal.resetInternal(ExoPlayerImplInternal.java:771)
at com.google.android.exoplayer2.ExoPlayerImplInternal.stopInternal(ExoPlayerImplInternal.java:742)
at com.google.android.exoplayer2.ExoPlayerImplInternal.handleMessage(ExoPlayerImplInternal.java:358)
at android.os.Handler.dispatchMessage(Handler.java:98)
at android.os.Looper.loop(Looper.java:135)
at android.os.HandlerThread.run(HandlerThread.java:61)
D: java.lang.IllegalStateException
Link issue on github with full bug report
https://github.com/google/ExoPlayer/issues/6433
NoSupport [codec.profileLevel, avc1.4D4032, video/avc]
Your video uses H.264 Main Profile (avc1.4D) which is not supported by these particular devices. The minimum requirement for Main Profile is 6.0+. You could check if there's another software decoder available (see MediaCodecSelector), although ExoPlayer will pick the best one.

Application crashes at startup (Lollipop 5.1.1, Tablet)

My application is showing very strange behavior for a tablet device, it crashes as it launches (Lollipop - 5.1.1 Tablet device, without any meaningful logs) though it runs fine on mobile devices even including Lollipop - 5.0 phone device with almost same log report
minSdkVersion 19
targetSdkVersion 28
Log report
E/com.samsung.app: [AccuTab_Magagine]>>> UIMK:1376 [0:0] time : 17:31
E/Watchdog: !#Sync 2614 [07-31 17:31:00.264]
? E/AffinityControl: AffinityControl: registerfunction enter
? E/AffinityControl: AffinityControl: registerfunction enter
E/WindowState: getStack: Window{2bd3ac2f u0 d0 com.project.debug/com.screens.account_login.AccountLoginActivity} couldn't find taskId=500 Callers=com.android.server.wm.WindowState.getDisplayContent:1059 com.android.server.wm.WindowState.isDefaultDisplay:1778 com.android.server.wm.WindowState.getMultiWindowStyleLw:2363 com.android.internal.policy.impl.multiwindow.MultiPhoneWindowManager.shouldEnableLayoutInsetsBySoftInput:1505
E/Zygote: MountEmulatedStorage()
E/Zygote: v2
E/SELinux: [DEBUG] get_category: variable seinfo: default sensitivity: NULL, cateogry: NULL
com.switchsolutions.agricultureapplication.mobilink.debug E/StudioProfiler: Studio Profilers encountered an unexpected error. Consider reporting a bug, including logcat output below.
See also: https://developer.android.com/studio/report-bugs.html#studio-bugs
Failed to capture application
E/WindowState: getStack: Window{2bd3ac2f u0 d0 com.project.debug/com.screens.account_login.AccountLoginActivity} couldn't find taskId=500 Callers=com.android.server.wm.WindowState.getDisplayContent:1059 com.android.server.wm.WindowState.isDefaultDisplay:1778 com.android.server.wm.WindowState.getMultiWindowStyleLw:2363 com.android.internal.policy.impl.multiwindow.MultiPhoneWindowManager.shouldEnableLayoutInsetsBySoftInput:1505
E/android.os.Debug: ro.product_ship = true
E/android.os.Debug: ro.debug_level = 0x4f4c

Android Camera API Error 100 only on back camera

I'm trying to capture an image from the back camera using the Android Camera API.
I'm using this code, 4. Tutorial: Using the camera API. It works when it uses the front camera. When I change CAMERA_FACING_FRONT to CAMERA_FACING_BACK, I get the Error 100 on
camera.takePicture(null, null, new PhotoHandler(getApplicationContext()));
I'm using Samsung Galaxy S3. Anyone knows how to solve this? It has been asked a multiple times, but I haven't found a real solution anywhere.
Edit: Full log until Error 100
No exceptions in the program itself, error log:
03-19 01:57:43.069 2348-7984/? E/DatabaseUtils﹕ Writing exception to parcel
java.lang.SecurityException: Permission Denial: get/set setting for user asks to run as user -2 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULL
at com.android.server.am.ActivityManagerService.handleIncomingUser(ActivityManagerService.java:13140)
at android.app.ActivityManager.handleIncomingUser(ActivityManager.java:2038)
at com.android.providers.settings.SettingsProvider.callFromPackage(SettingsProvider.java:607)
at android.content.ContentProvider$Transport.call(ContentProvider.java:279)
at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:273)
at android.os.Binder.execTransact(Binder.java:388)
at dalvik.system.NativeStart.run(Native Method)
03-19 01:57:57.874 2348-2689/? E/Watchdog﹕ !#Sync 13376
03-19 01:57:59.734 18504-18557/? A/libc﹕ Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 18557 (pictureThread)
03-19 01:58:01.984 22720-22720/? E/ctxmgr﹕ [PowerConnectionProducer]Could not write powerInfo=Plug state: 2 BatteryLevel: 0.98, status=Status{statusCode=unknown status code: 7503, resolution=null}
03-19 01:58:07.239 18489-18489/com.example.luka.udpklijentandroid E/Camera﹕ Error 100
03-19 01:58:07.679 18607-18607/? E/TinyUCM﹕ 23.29: This output device support only one mic
03-19 01:58:07.679 18607-18607/? E/TinyUCM﹕ 24.32: This output device support only one mic
03-19 01:58:07.679 18607-18607/? E/TinyUCM﹕ 25.31: This output device support only one mic
03-19 01:58:07.679 18607-18607/? E/TinyUCM﹕ 26.40: This output device support only one mic
03-19 01:58:07.679 18607-18607/? E/TinyUCM﹕ 27.28: This output device support only one mic
03-19 01:58:07.679 18607-18607/? E/TinyUCM﹕ 28.35: This output device support only one mic
03-19 01:58:08.734 2348-2565/? E/AudioService﹕ Media server died.
03-19 01:58:08.734 2348-2565/? E/AudioService﹕ Media server started.
03-19 01:58:27.879 2348-2689/? E/Watchdog﹕ !#Sync 13377

Categories

Resources