| 12345678910111213141516171819 |
- /*
- * Copyright (c) 2012-2014 Daniele Bartolini and individual contributors.
- * License: https://github.com/taylor001/crown/blob/master/LICENSE
- */
- #include "config.h"
- #if CROWN_PLATFORM_ANDROID
- namespace crown
- {
- void stacktrace()
- {
- }
- } // namespace crown
- #endif // CROWN_PLATFORM_ANDROID
|