0% found this document useful (0 votes)
22 views2 pages

logcat1738364143604

The document reports a fatal exception in the Google Camera app due to a NullPointerException, which occurs when attempting to invoke a method on a null object reference. The error is traced back through multiple threads and methods, indicating a failure in the execution of a task. Additionally, there are warnings related to the 'schedtune' controller not being found.

Uploaded by

rahamaa926
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)
22 views2 pages

logcat1738364143604

The document reports a fatal exception in the Google Camera app due to a NullPointerException, which occurs when attempting to invoke a method on a null object reference. The error is traced back through multiple threads and methods, indicating a failure in the execution of a task. Additionally, there are warnings related to the 'schedtune' controller not being found.

Uploaded by

rahamaa926
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/ 2

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

01-29 21:40:49.686 4431 5072 E AndroidRuntime: FATAL EXCEPTION: 00UiWorker


01-29 21:40:49.686 4431 5072 E AndroidRuntime: Process:
com.google.android.GoogleCameraEngR18F1, PID: 4431
01-29 21:40:49.686 4431 5072 E AndroidRuntime: java.lang.RuntimeException:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean
com.google.googlex.gcam.Gcam.f()' on a null object reference
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at lbg.run(Unknown Source:26)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at
java.lang.Thread.run(Thread.java:1012)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at lab.run(Unknown Source:5)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: Caused by:
java.util.concurrent.ExecutionException: java.lang.NullPointerException: Attempt to
invoke virtual method 'boolean com.google.googlex.gcam.Gcam.f()' on a null object
reference
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at
java.util.concurrent.FutureTask.report(FutureTask.java:122)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at
java.util.concurrent.FutureTask.get(FutureTask.java:191)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at phe.get(Unknown Source:4)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at lbg.run(Unknown Source:15)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: ... 4 more
01-29 21:40:49.686 4431 5072 E AndroidRuntime: Caused by:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean
com.google.googlex.gcam.Gcam.f()' on a null object reference
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at eat.get(Unknown
Source:493)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at pyr.get(Unknown Source:13)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at enl.a(Unknown Source:3)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at dsd.get(Unknown Source:30)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at pyr.get(Unknown Source:13)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at dvd.get(Unknown
Source:175)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at pyr.get(Unknown Source:13)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at kbj.get(Unknown Source:73)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at pyr.get(Unknown Source:13)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at eus.get(Unknown
Source:335)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at pyr.get(Unknown Source:13)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at pyq.get(Unknown Source:4)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at pyr.get(Unknown Source:13)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at ewe.run(Unknown Source:60)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at dks.run(Unknown Source:13)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at bvr.run(Unknown Source:58)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at
java.util.concurrent.FutureTask.run(FutureTask.java:264)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledT
hreadPoolExecutor.java:307)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at lbh.run(Unknown Source:2)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: at lbg.run(Unknown Source:0)
01-29 21:40:49.686 4431 5072 E AndroidRuntime: ... 4 more
--------- beginning of main
02-01 05:55:43.654 11311 11311 W libprocessgroup: JoinCgroup: controller schedtune
is not found
02-01 05:55:43.654 11311 11311 W libprocessgroup: JoinCgroup: controller schedtune
is not found
02-01 05:55:43.654 11311 11311 W libprocessgroup: JoinCgroup: controller schedtune
is not found
02-01 05:55:43.654 11311 11311 W libprocessgroup: JoinCgroup: con

You might also like