While using Android 16, I found that screen recording is not working. After investigation, it seems to be related to the changes in the symbol and signature of the mirrorSurface function in the new version. Using IDA Pro for reverse engineering, I discovered that the mirrorSurface symbol in Android 16 has changed to _ZN7android21SurfaceComposerClient13mirrorSurfaceEPNS_14SurfaceControlES2, and the signature now requires more parameters.
Please kindly adapt to this as soon as possible. Thank you.
While using Android 16, I found that screen recording is not working. After investigation, it seems to be related to the changes in the symbol and signature of the mirrorSurface function in the new version. Using IDA Pro for reverse engineering, I discovered that the mirrorSurface symbol in Android 16 has changed to _ZN7android21SurfaceComposerClient13mirrorSurfaceEPNS_14SurfaceControlES2, and the signature now requires more parameters.
Please kindly adapt to this as soon as possible. Thank you.