| 27098 | |
| 27099 | #if JUCE_ANDROID |
| 27100 | struct AndroidThreadScope |
| 27101 | { |
| 27102 | AndroidThreadScope() { threadLocalJNIEnvHolder.attach(); } |
| 27103 | ~AndroidThreadScope() { threadLocalJNIEnvHolder.detach(); } |
| 27104 | }; |
| 27105 | |
| 27106 | const AndroidThreadScope androidEnv; |
| 27107 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected