英文:
Log to Cloudwatch directly from Android
问题
我一直在尝试将Cloud Watch Logging集成到我的Android应用程序中,直接记录日志而不使用任何其他API调用。我查看了AWS Amplify,但没有Android的日志记录功能。
只需创建一个使用API Gateway的API并将其连接到Lambda来记录已发送数据,这很容易,但我不打算采用这种解决方案。
英文:
I've been trying to integrate Cloud Watch Logging in my Android app that Logs directly without using any other API calls. I went over the AWS Amplify but there is no Logging for Android
It's easy to just create an API using API Gateway and connect it to Lambda that logs the sent data but I'm not looking into that kind of solution.
答案1
得分: 0
我能够在应用程序中使用 AWS SDK 实现解决方案,Amplify提供临时凭证。
英文:
I was able to implement the solution using AWS SDK in the app with Amplify providing temporary credentials.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论