OSDN Git Service

Don't block the main thread on remote shutter code
authorSascha Haeberling <haeberling@google.com>
Thu, 17 Apr 2014 17:51:53 +0000 (10:51 -0700)
committerSascha Haeberling <haeberling@google.com>
Thu, 17 Apr 2014 17:51:53 +0000 (10:51 -0700)
commitbca64bf23a875c5ebb2e342834550e98a30cd39f
treecb59608ff5b0ca49103aea81948f7f0322733efb
parentbc34225d59a7d33fd0c1e0247af84ae11e4ee640
Don't block the main thread on remote shutter code

  Bug: 14135621

The current RemoreShutterBridge is doing a bunch of heavy listing,
so it shouldn't happen on the main thread.

Change-Id: Ic1a81e7dfd0a2fd5a7424058a6a27c712ed3ca51
src/com/android/camera/PhotoModule.java