Loading tools/aapt/Command.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -803,7 +803,7 @@ int doDump(Bundle* bundle) ResXMLTree tree(dynamicRefTable); ResXMLTree tree(dynamicRefTable); asset = assets.openNonAsset(assetsCookie, resname, Asset::ACCESS_BUFFER); asset = assets.openNonAsset(assetsCookie, resname, Asset::ACCESS_BUFFER); if (asset == NULL) { if (asset == NULL) { fprintf(stderr, "ERROR: dump failed because resource %s found\n", resname); fprintf(stderr, "ERROR: dump failed because resource %s not found\n", resname); goto bail; goto bail; } } Loading Loading
tools/aapt/Command.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -803,7 +803,7 @@ int doDump(Bundle* bundle) ResXMLTree tree(dynamicRefTable); ResXMLTree tree(dynamicRefTable); asset = assets.openNonAsset(assetsCookie, resname, Asset::ACCESS_BUFFER); asset = assets.openNonAsset(assetsCookie, resname, Asset::ACCESS_BUFFER); if (asset == NULL) { if (asset == NULL) { fprintf(stderr, "ERROR: dump failed because resource %s found\n", resname); fprintf(stderr, "ERROR: dump failed because resource %s not found\n", resname); goto bail; goto bail; } } Loading