()
| 188 | |
| 189 | /// Sends the current log to the cloud and returns immediately |
| 190 | public static void sendLogAsync() { |
| 191 | sendLogImpl(true); |
| 192 | } |
| 193 | |
| 194 | /// Sends the current log to the cloud regardless of the reporting level |
| 195 | private static void sendLogImpl(boolean sync) { |