I am using ISurfaceComposer captureScreen method to create android device screen capture but on some devices the method call causes the entire screen to freeze. Any idea why is this happening ? Is SurfaceFlinger locked when the screen capture is in process ?
Asked
Active
Viewed 418 times
0
-
`ISurfaceComposer` is not in the Android SDK. Is this for your own ROM mod? – CommonsWare May 08 '13 at 23:19
-
no. I am creating a process that captures the screen ( for rooted devices) – jacob May 09 '13 at 05:30