Skip to content

Commit

Permalink
ginkgo: Disable QTI perf lock usage in camera HAL
Browse files Browse the repository at this point in the history
 * our dummy qti-perfd-client doesnt play well with our
   camera hal and crashes everytime lens is switched

11-26 00:15:37.902 16507 16507 F DEBUG   : pid: 15967, tid: 16032, name: HwBinder:15967_  >>> /vendor/bin/hw/android.hardware.camera.provider@2.4-service <<<
11-26 00:15:37.902 16507 16507 F DEBUG   : uid: 1047
11-26 00:15:37.902 16507 16507 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
11-26 00:15:37.902 16507 16507 F DEBUG   : Cause: null pointer dereference
...
11-26 00:15:37.902 16507 16507 F DEBUG   : backtrace:
11-26 00:15:37.902 16507 16507 F DEBUG   :       #00 pc 0000145e  /vendor/lib/libqti-perfd-client.so (perf_lock_acq+6) (BuildId: b9021283b270fb111fd8dfa2403d21fe)
11-26 00:15:37.902 16507 16507 F DEBUG   :       trinket-devs#1 pc 000a1565  /vendor/lib/hw/camera.trinket.so (qcamera::QCameraPerfLock::acquirePerfLock(bool, unsigned int)+184) (BuildId: 4d6a6ba4dea7af2adad6d095fe545643)
  • Loading branch information
adithya2306 committed Nov 25, 2021
1 parent c4b0587 commit f671118
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vendor.prop
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ persist.vendor.camera.depurple=1
persist.vendor.denoise.process.plates=2
persist.vendor.dualcam.lpm.enable=0
persist.vendor.tnr.process.plates=2
persist.vendor.camera.perflock.enable=0
vendor.camera.aux.packagelist=org.codeaurora.snapcam,com.android.camera
vendor.camera.cpp.set.clock=576
vendor.camera.not.cts.apk=1
Expand Down

0 comments on commit f671118

Please sign in to comment.