-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android Test App Builds #2093
base: dev
Are you sure you want to change the base?
Android Test App Builds #2093
Conversation
CI gfxreconstruct build queued with queue ID 404518. |
CI gfxreconstruct build queued with queue ID 404520. |
Debug triangle on local phone
f2b37a3
to
212df76
Compare
CI gfxreconstruct build queued with queue ID 404522. |
CI gfxreconstruct build queued with queue ID 404566. |
CI gfxreconstruct build queued with queue ID 404589. |
CI gfxreconstruct build # 6416 running. |
CI gfxreconstruct build # 6416 passed. |
std::vector<char> readFile(const std::string& filename, android_app* app) { | ||
AAsset *file = AAssetManager_open(app->activity->assetManager, filename.c_str(), | ||
AASSET_MODE_BUFFER); | ||
size_t fileLength = AAsset_getLength(file); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better check file != nullptr
before continuing.
CI gfxreconstruct build queued with queue ID 409991. |
CI gfxreconstruct build # 6473 running. |
CI gfxreconstruct build # 6473 passed. |
No description provided.