Open zhangamy845 opened 4 years ago
@AWoloszyn , could you help to take a look at this issue? Thanks.
Thanks @zhangamy845 for reporting this issue. The GAPID project has been moved to maintenance mode and therefore no active development is done on this repository.
We are focusing our efforts on the Android GPU Inspector: https://github.com/google/agi
Environment information:
Bug description
Black screen when using ‘gapit screenshot’ after capturing a game frame trace with Enable Anti-aliasing(msaa). The screenshot is fine while Disable Anti-aliasing(msaa) The game API is GLES
Reproduction steps Step 1: When playing game ‘PUBG MOBILE’, in the game settings, graphics enable Anti-Aliasing (Means enable msaa). Step 2: In command line run gapit trace -capture-frames 1 -start-defer -out try01.gfxtrace -api gles -serial "XXXX" -uri "android.intent.action.MAIN:com.tencent.tmgp.pubgmhd/com.epicgames.ue4.SplashActivity" (Note: change serial “XXXX” to be your Android devices) Step 2: Run the following command to get replay screenshot gapit screenshot try01.gfxtrace
Stacktrace Not available.
Screenshots If applicable, add screenshots to help explain your problem.
Additional debugging information
adb logcat -d > logcat-full.txt
) that contains logs since GAPID was started. (Not avalilable)