()
| 183 | /// Sends the current log to the cloud. Notice that this method is synchronous and |
| 184 | /// returns only when the sending completes |
| 185 | public static void sendLog() { |
| 186 | sendLogImpl(true); |
| 187 | } |
| 188 | |
| 189 | /// Sends the current log to the cloud and returns immediately |
| 190 | public static void sendLogAsync() { |
no test coverage detected