stacktrace_android.cpp 295 B

12345678910111213141516171819
  1. /*
  2. * Copyright (c) 2012-2014 Daniele Bartolini and individual contributors.
  3. * License: https://github.com/taylor001/crown/blob/master/LICENSE
  4. */
  5. #include "config.h"
  6. #if CROWN_PLATFORM_ANDROID
  7. namespace crown
  8. {
  9. void stacktrace()
  10. {
  11. }
  12. } // namespace crown
  13. #endif // CROWN_PLATFORM_ANDROID