Project import generated by Copybara.
GitOrigin-RevId: ff83882955f1a1e2a043ff4e71278be9d7217bbe
This commit is contained in:
+2
-2
@@ -45,8 +45,8 @@ index 0b5e6ee..be5a506 100644
|
||||
+ const int level = AndroidLogLevel((int)data_->severity_);
|
||||
+ const std::string text = std::string(data_->message_text_);
|
||||
+ __android_log_write(level, "native", text.substr(0,data_->num_chars_to_log_).c_str());
|
||||
+#endif // !defined(__ANDROID__)
|
||||
+#endif // defined(__ANDROID__)
|
||||
+
|
||||
if (append_newline) {
|
||||
// Fix the ostrstream back how it was before we screwed with it.
|
||||
// It's 99.44% certain that we don't need to worry about doing this.
|
||||
// It's 99.44% certain that we don't need to worry about doing this.
|
||||
|
||||
Reference in New Issue
Block a user