diff options
Diffstat (limited to 'vm/hprof/HprofOutput.cpp')
-rw-r--r-- | vm/hprof/HprofOutput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/hprof/HprofOutput.cpp b/vm/hprof/HprofOutput.cpp index 63934381e..95bc4c2c3 100644 --- a/vm/hprof/HprofOutput.cpp +++ b/vm/hprof/HprofOutput.cpp @@ -74,7 +74,7 @@ void hprofContextInit(hprof_context_t *ctx, char *fileName, int fd, FILE* fp = open_memstream(&ctx->fileDataPtr, &ctx->fileDataSize); if (fp == NULL) { /* not expected */ - LOGE("hprof: open_memstream failed: %s", strerror(errno)); + ALOGE("hprof: open_memstream failed: %s", strerror(errno)); dvmAbort(); } |