⚡ gRPC Inspector
Flocon allows you to inspect gRPC calls and Protocol Buffers messages in real time, supporting Android applications built with grpc-java / grpc-android.
Prerequisites
gRPC Version
Ensure your grpc-android / grpc-java version is at least 1.70.0.
Choosing the Right Artifact
Android projects frequently use either standard Protobuf (protobuf-java / protobuf-kotlin) or the lightweight mobile variant (protobuf-javalite / protobuf-kotlin-lite). Flocon provides dedicated artifacts for each to ensure clean JSON serialization:
Interceptor Configuration
Attach FloconGrpcInterceptor to your ManagedChannelBuilder: