Skip to content

Instantly share code, notes, and snippets.

@yacuken
Created March 30, 2015 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yacuken/a7885b16d46a2fa66cee to your computer and use it in GitHub Desktop.
Save yacuken/a7885b16d46a2fa66cee to your computer and use it in GitHub Desktop.
target thumb C++: minisfservice <= external/droidmedia/minisf.cpp
In file included from external/droidmedia/minisf.cpp:22:0:
frameworks/native/include/binder/BinderService.h: In instantiation of 'static android::status_t android::BinderService<SERVICE>::publish(bool) [with SERVICE = MiniSurfaceFlinger; android::status_t = int]':
frameworks/native/include/binder/BinderService.h:49:33: required from 'static void android::BinderService<SERVICE>::instantiate() [with SERVICE = MiniSurfaceFlinger]'
external/droidmedia/minisf.cpp:232:25: required from here
frameworks/native/include/binder/BinderService.h:41:45: error: cannot allocate an object of abstract type 'MiniSurfaceFlinger'
external/droidmedia/minisf.cpp:49:7: note: because the following virtual functions are pure within 'MiniSurfaceFlinger':
In file included from external/droidmedia/minisf.cpp:23:0:
frameworks/native/include/gui/ISurfaceComposer.h:120:22: note: virtual android::status_t android::ISurfaceComposer::captureScreen(const android::sp<android::IBinder>&, const android::sp<android::IGraphicBufferProducer>&, uint32_t, uint32_t, uint32_t, uint32_t, bool)
make: *** [/home/archie/mer/android/droid/out/target/product/bacon/obj/EXECUTABLES/minisfservice_intermediates/minisf.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment