Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. [ 73% 67656/91905] target thumb C++: android.hardware.gnss@1.0-impl-qti_32 <= device/xiaomi/mido/gps/android/location_api/BatchingAPIClient.cpp
  2. device/xiaomi/mido/gps/android/location_api/BatchingAPIClient.cpp:156:88: warning: unused parameter 'batchOptions' [-Wunused-parameter]
  3. void BatchingAPIClient::onBatchingCb(size_t count, Location* location, BatchingOptions batchOptions)
  4. ^
  5. 1 warning generated.
  6. [ 73% 67712/91905] target C++: android.hardware.gnss@1.0-impl-qti <= device/xiaomi/mido/gps/android/location_api/BatchingAPIClient.cpp
  7. device/xiaomi/mido/gps/android/location_api/BatchingAPIClient.cpp:156:88: warning: unused parameter 'batchOptions' [-Wunused-parameter]
  8. void BatchingAPIClient::onBatchingCb(size_t count, Location* location, BatchingOptions batchOptions)
  9. ^
  10. 1 warning generated.
  11. [ 73% 67718/91905] target C++: android.hardware.gnss@1.0-impl-qti <= device/xiaomi/mido/gps/android/location_api/MeasurementAPIClient.cpp
  12. device/xiaomi/mido/gps/android/location_api/MeasurementAPIClient.cpp:117:63: warning: format specifies type 'size_t' (aka 'unsigned long') but the argument has type 'bool' [-Wformat]
  13. __FUNCTION__, gnssMeasurementsNotification.count, mTracking);
  14. ^~~~~~~~~
  15. device/xiaomi/mido/gps/utils/log_util.h:110:43: note: expanded from macro 'LOC_LOGD'
  16. #define LOC_LOGD(...) IF_LOC_LOGD { ALOGD(__VA_ARGS__); }
  17. ^~~~~~~~~~~
  18. system/core/liblog/include/log/log_main.h:201:52: note: expanded from macro 'ALOGD'
  19. #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
  20. ^~~~~~~~~~~
  21. system/core/liblog/include/log/log_main.h:306:67: note: expanded from macro 'ALOG'
  22. #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  23. ^~~~~~~~~~~
  24. system/core/liblog/include/log/log_main.h:70:69: note: expanded from macro 'LOG_PRI'
  25. #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__)
  26. ^~~~~~~~~~~
  27. system/core/liblog/include/log/log_main.h:61:34: note: expanded from macro 'android_printLog'
  28. __android_log_print(prio, tag, __VA_ARGS__)
  29. ^~~~~~~~~~~
  30. 1 warning generated.
  31. [ 77% 70935/91905] Building with Jack: /home/alex24ms/Nitrogen/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/with-local/classes.dex
  32. FAILED: /home/alex24ms/Nitrogen/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/with-local/classes.dex
  33. /bin/bash /home/alex24ms/Nitrogen/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/with-local/classes.dex.rsp
  34. Out of memory error (version 1.3-rc7 'Douarn' (445000 d7be3910514558d6715ce455ce0861ae2f56925a by android-jack-team@google.com)).
  35. GC overhead limit exceeded.
  36. Try increasing heap size with java option '-Xmx<size>'.
  37. Warning: This may have produced partial or corrupted output.
  38. [ 77% 70938/91905] //art/compiler:libart-compiler clang++ driver/compiler_driver.cc [linux x86]
  39. ninja: build stopped: subcommand failed.
  40. 20:42:27 ninja failed with: exit status 1
  41.  
  42. #### failed to build some targets (03:01:16 (hh:mm:ss)) ####
  43.  
  44. alex24ms@alex24ms-4PDA ~/Nitrogen $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement