Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
Add debug log.
Browse files Browse the repository at this point in the history
  • Loading branch information
polygraphene committed Sep 21, 2018
1 parent 3ba50f5 commit d24b646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/polygraphene/alvr/VrThread.java
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ private long waitFrame() {
}
}
if(!mResumed) {
Log.i(TAG, "Exit waitFrame. mResumed=false.");
return -1;
}
mSurfaceTexture.updateTexImage();
Expand Down

0 comments on commit d24b646

Please sign in to comment.