Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy logcat_receiver from AOSP #859

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

cjreynol
Copy link
Collaborator

From AOSP - https://cs.android.com/android/platform/superproject/main/+/main:device/google/cuttlefish/host/commands/logcat_receiver/main.cpp;drc=b601a7aeaf2790b0ecf9444ecbd10caa6fad2b8d

I did let clang-format run on the file, but there are no other changes.

The added .../logcat_receiver/main.cpp file is not for review in
this repository. The intention is to verify it against changes made in
Github for now, in preparation for eventually moving more of our host
tools.

Test: bazel build
//cuttlefish/host_tools/host/commands/logcat_receiver:logcat_receiver

@cjreynol cjreynol self-assigned this Jan 21, 2025
Only the headers were available, not the implementations.  The new binary
also depends on the implementations.

Test: bazel build //cuttlefish/host/libs/config:config
@cjreynol cjreynol force-pushed the logcat_receiver_copy branch from 43cd8f0 to efad2ae Compare January 21, 2025 22:47
@cjreynol cjreynol added the kokoro:run Run e2e tests. label Jan 21, 2025
@cjreynol cjreynol marked this pull request as ready for review January 21, 2025 22:47
@GoogleCuttlefishTesterBot GoogleCuttlefishTesterBot removed the kokoro:run Run e2e tests. label Jan 21, 2025
@@ -0,0 +1,83 @@
/*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a possibility here to use the minimerge tool to generate commits to fill in the git blame of the file?

Import from AOSP - https://cs.android.com/android/platform/superproject/main/+/main:device/google/cuttlefish/host/commands/logcat_receiver/main.cpp;drc=b601a7aeaf2790b0ecf9444ecbd10caa6fad2b8d

I did let `clang-format` run on the file, but there are no other changes
The added `.../logcat_receiver/main.cpp` file is not for review in
this repository.  The intention is to verify it against changes made in
Github for now, in preparation for eventually moving more of our host
tools.

Test: bazel build
//cuttlefish/host_tools/host/commands/logcat_receiver:logcat_receiver
@cjreynol cjreynol force-pushed the logcat_receiver_copy branch from efad2ae to bb158ff Compare January 21, 2025 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants